From feb163e17c7c5be5aa73e05c05989cbc6582162f Mon Sep 17 00:00:00 2001 From: Bot Githubaction Date: Thu, 30 Jan 2025 19:51:32 +0000 Subject: [PATCH] Update develocity-injection init script to 1.1.1 Updates the develocity-injection init script to the latest reference script content from https://github.com/gradle/develocity-ci-injection. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9e31b0c8..c97e0d55 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -87,7 +87,7 @@ val develocityMavenComponents by configurations.creating dependencies { argbash("argbash:argbash:2.10.0@zip") - develocityInjection("com.gradle:develocity-injection:1.1") + develocityInjection("com.gradle:develocity-injection:1.1.1") develocityComponents("com.gradle:build-scan-summary:$buildScanSummaryVersion") develocityMavenComponents("com.gradle:gradle-enterprise-maven-extension:1.18.4") mavenComponents(project(path = ":configure-develocity-maven-extension", configuration = "shadow"))