File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Gradle version
2626Use the following command to download and unpack the build validation scripts for Gradle to the current directory:
2727
2828``` bash
29- curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5.1 /gradle-enterprise-gradle-build-validation-2.5.1. zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.5.1 .zip
29+ curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.6 /gradle-enterprise-gradle-build-validation-2.6. zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.6 .zip
3030```
3131
3232## Structure
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Maven versions
2626Use the following command to download and unpack the build validation scripts for Maven to the current directory:
2727
2828``` bash
29- curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5.1 /gradle-enterprise-maven-build-validation-2.5.1. zip && unzip -q -o gradle-enterprise-maven-build-validation-2.5.1 .zip
29+ curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.6 /gradle-enterprise-maven-build-validation-2.6. zip && unzip -q -o gradle-enterprise-maven-build-validation-2.6 .zip
3030```
3131
3232## Structure
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767 develocityComponents(" com.gradle:build-scan-summary:$buildScanSummaryVersion " )
6868 develocityMavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.18.4" )
6969 mavenComponents(project(path = " :configure-gradle-enterprise-maven-extension" , configuration = " shadow" ))
70- thirdPartyMavenComponents(" com.gradle:common-custom-user-data-maven-extension:1.13 " )
70+ thirdPartyMavenComponents(" com.gradle:common-custom-user-data-maven-extension:2.0 " )
7171}
7272
7373shellcheck {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ invoke_gradle() {
1717 if [ " $enable_ge " == " on" ]; then
1818 args+=(" -Dcom.gradle.enterprise.build-validation.gradle.plugin-repository.url=https://plugins.gradle.org/m2" )
1919 args+=(" -Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.14.1" )
20- args+=(" -Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0" )
20+ args+=(" -Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0.2 " )
2121 fi
2222
2323 if [ -n " ${ge_server} " ]; then
Original file line number Diff line number Diff line change 11- [ NEW] Predictive Test Selection is disabled when running builds
2- - [ FIX ] Gradle Enterprise deprecation warnings are printed to the console for Maven builds using Develocity extension
2+ - [ NEW ] Full support for both Gradle Enterprise and Develocity branded plugins and extensions
Original file line number Diff line number Diff line change 1- 2.5.2
1+ 2.6
You can’t perform that action at this time.
0 commit comments