Skip to content

Commit

Permalink
Bump DeveloCity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 21, 2024
1 parent 6c5f05b commit f31a47d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-test/common/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.17.6'
id 'com.gradle.develocity' version '3.18'
}

develocity {
Expand Down
2 changes: 1 addition & 1 deletion integration-test/gradle-plugin/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {

plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.17.6'
id 'com.gradle.develocity' version '3.18'
}

develocity {
Expand Down
2 changes: 1 addition & 1 deletion integration-test/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.17.6'
id 'com.gradle.develocity' version '3.18'
}

develocity {
Expand Down
2 changes: 1 addition & 1 deletion self-check/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {

plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.17.6'
id 'com.gradle.develocity' version '3.18'
}

develocity {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {

plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.17.6'
id 'com.gradle.develocity' version '3.18'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

Expand Down

0 comments on commit f31a47d

Please sign in to comment.