Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump references to Develocity Gradle plugin from 3.17.4 to 3.17.6 #405

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4'
static final String DEVELOCITY_PLUGIN_VERSION = '3.17.6'
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.4
gradleEnterprisePluginVersion=3.17.6
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.4' | 'Develocity Gradle Plugin Version'
DEVELOCITY_PLUGIN_VERSION | '3.17.6' | '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
Loading