File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/configure-gradle-enterprise-maven-extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
argbash(" argbash:argbash:2.10.0@zip" )
43
43
commonComponents(project(path = " :fetch-build-scan-data-cmdline-tool" , configuration = " shadow" ))
44
44
mavenComponents(project(" :configure-gradle-enterprise-maven-extension" ))
45
- mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.17 " )
45
+ mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.16.6 " )
46
46
mavenComponents(" com.gradle:common-custom-user-data-maven-extension:1.11.1" )
47
47
}
48
48
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.1" )
11
11
compileOnly(" org.codehaus.plexus:plexus-component-annotations:2.1.1" )
12
- compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.17 " )
12
+ compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.16.6 " )
13
13
}
14
14
15
15
description = " Maven extension to capture the build scan URL"
You can’t perform that action at this time.
0 commit comments