Skip to content

Commit

Permalink
Bump references to Develocity Gradle plugin from 3.17.4 to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-githubaction committed Aug 20, 2024
1 parent f970f1f commit 8c3579e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/default-plugin-versions.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradleEnterprisePluginVersion=3.17.5
gradleEnterprisePluginVersion=3.18
commonCustomUserDataPluginVersion=2.0.1
gradleEnterpriseExtensionVersion=1.21.4
commonCustomUserDataExtensionVersion=2.0
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8c3579e

Please sign in to comment.