Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63a311c

Browse files
committedDec 11, 2024··
Update develocity-injection init script to v1.1
Updates the develocity-injection init script to the latest reference script content from https://github.com/gradle/develocity-ci-injection.
1 parent dad0a0e commit 63a311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ val develocityMavenComponents by configurations.creating
8484

8585
dependencies {
8686
argbash("argbash:argbash:2.10.0@zip")
87-
develocityInjection("com.gradle:develocity-injection:1.0")
87+
develocityInjection("com.gradle:develocity-injection:v1.1")
8888
develocityComponents("com.gradle:build-scan-summary:$buildScanSummaryVersion")
8989
develocityMavenComponents("com.gradle:gradle-enterprise-maven-extension:1.18.4")
9090
mavenComponents(project(path = ":configure-gradle-enterprise-maven-extension", configuration = "shadow"))

0 commit comments

Comments
 (0)
Please sign in to comment.