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 Common Custom User Data Gradle plugin from 2.0.1 to 2.0.2 #398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -75,7 +75,7 @@ class BaseInitScriptTest extends Specification {
static final String DEFAULT_SCAN_UPLOAD_TOKEN = 'scan-upload-token'

static final String DEVELOCITY_PLUGIN_VERSION = '3.17.4'
static final String CCUD_PLUGIN_VERSION = '2.0.1'
static final String CCUD_PLUGIN_VERSION = '2.0.2'

File initScriptFile
File settingsFile
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
commonCustomUserDataPluginVersion=2.0.1
commonCustomUserDataPluginVersion=2.0.2
gradleEnterpriseExtensionVersion=1.21.4
commonCustomUserDataExtensionVersion=2.0
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class DevelocityConnectionProviderTest extends Specification {
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'
CCUD_PLUGIN_VERSION | '2.0.1' | 'Common Custom User Data Gradle Plugin Version'
CCUD_PLUGIN_VERSION | '2.0.2' | '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'
CUSTOM_DEVELOCITY_EXTENSION_COORDINATES | 'com.company:my-ge-extension' | 'Develocity Maven Extension Custom Coordinates'
Expand Down
Loading