Skip to content

Commit d47a0c1

Browse files
Bump references to Common Custom User Data Gradle plugin from 2.0.1 to 2.2.1 (etiennestuder#435)
Co-authored-by: Daz DeBoer <[email protected]>
1 parent 85cacd2 commit d47a0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gradleEnterprisePluginVersion=3.17.4
2-
commonCustomUserDataPluginVersion=2.0.1
2+
commonCustomUserDataPluginVersion=2.2.1
33
gradleEnterpriseExtensionVersion=1.21.4
44
commonCustomUserDataExtensionVersion=2.0

src/test/groovy/nu/studer/teamcity/buildscan/connection/DevelocityConnectionProviderTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class DevelocityConnectionProviderTest extends Specification {
5050
DEVELOCITY_URL | 'https://ge.example.com' | 'Develocity Server URL'
5151
ALLOW_UNTRUSTED_SERVER | 'true' | 'Allow Untrusted Server'
5252
DEVELOCITY_PLUGIN_VERSION | '3.17.4' | 'Develocity Gradle Plugin Version'
53-
CCUD_PLUGIN_VERSION | '2.0.1' | 'Common Custom User Data Gradle Plugin Version'
53+
CCUD_PLUGIN_VERSION | '2.2.1' | 'Common Custom User Data Gradle Plugin Version'
5454
DEVELOCITY_EXTENSION_VERSION | '1.21.4' | 'Develocity Maven Extension Version'
5555
CCUD_EXTENSION_VERSION | '2.0' | 'Common Custom User Data Maven Extension Version'
5656
CUSTOM_DEVELOCITY_EXTENSION_COORDINATES | 'com.company:my-ge-extension' | 'Develocity Maven Extension Custom Coordinates'

0 commit comments

Comments
 (0)