From 45a6d97cd4a34b2ded628b7c74a97026b59e7ea3 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Tue, 3 Dec 2024 15:42:45 -0600 Subject: [PATCH] Prepare for 2.7.2 release --- Gradle.md | 2 +- Maven.md | 2 +- release/changes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gradle.md b/Gradle.md index 607579d9..5daae9a1 100644 --- a/Gradle.md +++ b/Gradle.md @@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Gradle version Use the following command to download and unpack the build validation scripts for Gradle to the current directory: ```bash -curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.7.1/develocity-gradle-build-validation-2.7.1.zip && unzip -q -o develocity-gradle-build-validation-2.7.1.zip +curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.7.2/develocity-gradle-build-validation-2.7.2.zip && unzip -q -o develocity-gradle-build-validation-2.7.2.zip ``` ## Structure diff --git a/Maven.md b/Maven.md index 9507fbdf..1dfa3be3 100644 --- a/Maven.md +++ b/Maven.md @@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Maven versions Use the following command to download and unpack the build validation scripts for Maven to the current directory: ```bash -curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.7.1/develocity-maven-build-validation-2.7.1.zip && unzip -q -o develocity-maven-build-validation-2.7.1.zip +curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.7.2/develocity-maven-build-validation-2.7.2.zip && unzip -q -o develocity-maven-build-validation-2.7.2.zip ``` ## Structure diff --git a/release/changes.md b/release/changes.md index b4d8f16a..ff753d69 100644 --- a/release/changes.md +++ b/release/changes.md @@ -1,4 +1,4 @@ > [!IMPORTANT] > The distributions of the Develocity Build Validation Scripts prefixed with `gradle-enterprise` are deprecated and will be removed in a future release. Migrate to the distributions prefixed with `develocity` instead. -[FIX] Scripts do not detect published build scans for Gradle 5.x causing experiments to fail +- [FIX] Scripts do not detect published build scans for Gradle 5.x causing experiments to fail