File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
configure-gradle-enterprise-maven-extension Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
argbash(" argbash:argbash:2.10.0@zip" )
50
50
commonComponents(project(path = " :fetch-build-scan-data-cmdline-tool" , configuration = " shadow" ))
51
51
mavenComponents(project(" :configure-gradle-enterprise-maven-extension" ))
52
- mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.17.4 " )
52
+ mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.18.1 " )
53
53
mavenComponents(" com.gradle:common-custom-user-data-maven-extension:1.12.2" )
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
compileOnly(" org.apache.maven:maven-core:3.9.4" )
11
11
compileOnly(" org.codehaus.plexus:plexus-component-annotations:2.1.1" )
12
- compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.17.4 " )
12
+ compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.18.1 " )
13
13
}
14
14
15
15
description = " Maven extension to capture the build scan URL"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ invoke_gradle() {
16
16
17
17
if [ " $enable_ge " == " on" ]; then
18
18
args+=(" -Dcom.gradle.enterprise.build-validation.gradle.plugin-repository.url=https://plugins.gradle.org/m2" )
19
- args+=(" -Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.13.4 " )
19
+ args+=(" -Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.14.1 " )
20
20
args+=(" -Dcom.gradle.enterprise.build-validation.ccud.plugin.version=1.11.1" )
21
21
fi
22
22
Original file line number Diff line number Diff line change 1
- - [ NEW] Drop support for Gradle Enterprise versions older than 2023.1 when using ` -e ` command line option
1
+ - [ NEW] Drop support for Gradle Enterprise versions older than 2023.2 when using ` -e ` command line option
2
2
- [ NEW] Use ` CLIENT_JAVA_HOME ` environment variable to control the JVM used to analyze the Build Scan data
3
3
- [ FIX] Informs the Gradle Enterprise Gradle plugin that it is being applied externally when using ` -e ` command line option
4
4
- [ FIX] API requests do not allow time for build scans to become available
You can’t perform that action at this time.
0 commit comments