diff --git a/integration-test/common/settings.gradle b/integration-test/common/settings.gradle index 09b9771a..7e26527a 100644 --- a/integration-test/common/settings.gradle +++ b/integration-test/common/settings.gradle @@ -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 { diff --git a/integration-test/gradle-plugin/settings.gradle b/integration-test/gradle-plugin/settings.gradle index 147101a4..912de192 100644 --- a/integration-test/gradle-plugin/settings.gradle +++ b/integration-test/gradle-plugin/settings.gradle @@ -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 { diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle index f6c9bf97..013e35b3 100644 --- a/integration-test/settings.gradle +++ b/integration-test/settings.gradle @@ -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 { diff --git a/self-check/settings.gradle b/self-check/settings.gradle index dfcd294d..41f3669a 100644 --- a/self-check/settings.gradle +++ b/self-check/settings.gradle @@ -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 { diff --git a/settings.gradle b/settings.gradle index 7b98b7b0..cef90d8d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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' }