Skip to content

Commit

Permalink
Bump injected Gradle Enterprise plugin and extension versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev authored and etiennestuder committed Aug 8, 2023
1 parent 58194df commit 309d312
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
argbash("argbash:argbash:2.10.0@zip")
commonComponents(project(path = ":fetch-build-scan-data-cmdline-tool", configuration = "shadow"))
mavenComponents(project(":configure-gradle-enterprise-maven-extension"))
mavenComponents("com.gradle:gradle-enterprise-maven-extension:1.17.4")
mavenComponents("com.gradle:gradle-enterprise-maven-extension:1.18.1")
mavenComponents("com.gradle:common-custom-user-data-maven-extension:1.12.2")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
compileOnly("org.apache.maven:maven-core:3.9.4")
compileOnly("org.codehaus.plexus:plexus-component-annotations:2.1.1")
compileOnly("com.gradle:gradle-enterprise-maven-extension:1.17.4")
compileOnly("com.gradle:gradle-enterprise-maven-extension:1.18.1")
}

description = "Maven extension to capture the build scan URL"
Expand Down
2 changes: 1 addition & 1 deletion components/scripts/lib/gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ invoke_gradle() {

if [ "$enable_ge" == "on" ]; then
args+=("-Dcom.gradle.enterprise.build-validation.gradle.plugin-repository.url=https://plugins.gradle.org/m2")
args+=("-Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.13.4")
args+=("-Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.14.1")
args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=1.11.1")
fi

Expand Down
2 changes: 1 addition & 1 deletion release/changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [NEW] Drop support for Gradle Enterprise versions older than 2023.1 when using `-e` command line option
- [NEW] Drop support for Gradle Enterprise versions older than 2023.2 when using `-e` command line option
- [NEW] Use `CLIENT_JAVA_HOME` environment variable to control the JVM used to analyze the Build Scan data
- [FIX] Informs the Gradle Enterprise Gradle plugin that it is being applied externally when using `-e` command line option
- [FIX] API requests do not allow time for build scans to become available
Expand Down

0 comments on commit 309d312

Please sign in to comment.