From 8c3579e4faab2dcf7f237252620fbe738e8339af Mon Sep 17 00:00:00 2001 From: bot-githubaction Date: Tue, 20 Aug 2024 02:19:45 +0000 Subject: [PATCH] Bump references to Develocity Gradle plugin from 3.17.4 to 3.18 --- .../teamcity/buildscan/agent/gradle/BaseInitScriptTest.groovy | 2 +- src/main/resources/default-plugin-versions.properties | 2 +- .../connection/DevelocityConnectionProviderTest.groovy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/src/test/groovy/nu/studer/teamcity/buildscan/agent/gradle/BaseInitScriptTest.groovy b/agent/src/test/groovy/nu/studer/teamcity/buildscan/agent/gradle/BaseInitScriptTest.groovy index cdc52941..e118e640 100644 --- a/agent/src/test/groovy/nu/studer/teamcity/buildscan/agent/gradle/BaseInitScriptTest.groovy +++ b/agent/src/test/groovy/nu/studer/teamcity/buildscan/agent/gradle/BaseInitScriptTest.groovy @@ -74,7 +74,7 @@ class BaseInitScriptTest extends Specification { static final String PUBLIC_BUILD_SCAN_ID = 'i2wepy2gr7ovw' static final String DEFAULT_SCAN_UPLOAD_TOKEN = 'scan-upload-token' - static final String DEVELOCITY_PLUGIN_VERSION = '3.17.5' + static final String DEVELOCITY_PLUGIN_VERSION = '3.18' static final String CCUD_PLUGIN_VERSION = '2.0.1' File initScriptFile diff --git a/src/main/resources/default-plugin-versions.properties b/src/main/resources/default-plugin-versions.properties index 50680910..27afa815 100644 --- a/src/main/resources/default-plugin-versions.properties +++ b/src/main/resources/default-plugin-versions.properties @@ -1,4 +1,4 @@ -gradleEnterprisePluginVersion=3.17.5 +gradleEnterprisePluginVersion=3.18 commonCustomUserDataPluginVersion=2.0.1 gradleEnterpriseExtensionVersion=1.21.4 commonCustomUserDataExtensionVersion=2.0 diff --git a/src/test/groovy/nu/studer/teamcity/buildscan/connection/DevelocityConnectionProviderTest.groovy b/src/test/groovy/nu/studer/teamcity/buildscan/connection/DevelocityConnectionProviderTest.groovy index 6d5f568c..11ce9034 100644 --- a/src/test/groovy/nu/studer/teamcity/buildscan/connection/DevelocityConnectionProviderTest.groovy +++ b/src/test/groovy/nu/studer/teamcity/buildscan/connection/DevelocityConnectionProviderTest.groovy @@ -49,7 +49,7 @@ class DevelocityConnectionProviderTest extends Specification { GRADLE_PLUGIN_REPOSITORY_URL | 'https://plugins.example.com' | 'Gradle Plugin Repository URL' DEVELOCITY_URL | 'https://ge.example.com' | 'Develocity Server URL' ALLOW_UNTRUSTED_SERVER | 'true' | 'Allow Untrusted Server' - DEVELOCITY_PLUGIN_VERSION | 3.17.5 | 'Develocity Gradle Plugin Version' + DEVELOCITY_PLUGIN_VERSION | '3.18' | 'Develocity Gradle Plugin Version' CCUD_PLUGIN_VERSION | '2.0.1' | 'Common Custom User Data Gradle Plugin Version' DEVELOCITY_EXTENSION_VERSION | '1.21.4' | 'Develocity Maven Extension Version' CCUD_EXTENSION_VERSION | '2.0' | 'Common Custom User Data Maven Extension Version'