File tree 2 files changed +2
-2
lines changed
components/configure-gradle-enterprise-maven-extension
2 files changed +2
-2
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.18.3 " )
52
+ mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.18.4 " )
53
53
mavenComponents(" com.gradle:common-custom-user-data-maven-extension:1.13" )
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.6" )
11
11
compileOnly(" org.codehaus.plexus:plexus-component-annotations:2.2.0" )
12
- compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.18.3 " )
12
+ compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.18.4 " )
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