We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad0a0e commit 63a311cCopy full SHA for 63a311c
build.gradle.kts
@@ -84,7 +84,7 @@ val develocityMavenComponents by configurations.creating
84
85
dependencies {
86
argbash("argbash:argbash:2.10.0@zip")
87
- develocityInjection("com.gradle:develocity-injection:1.0")
+ develocityInjection("com.gradle:develocity-injection:v1.1")
88
develocityComponents("com.gradle:build-scan-summary:$buildScanSummaryVersion")
89
develocityMavenComponents("com.gradle:gradle-enterprise-maven-extension:1.18.4")
90
mavenComponents(project(path = ":configure-gradle-enterprise-maven-extension", configuration = "shadow"))
0 commit comments