diff --git a/Gradle.md b/Gradle.md index 5e3c4b04..0ddad900 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/develocity-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 +curl -s -L -O https://github.com/gradle/develocity-build-validation-scripts/releases/download/v2.7.3/develocity-gradle-build-validation-2.7.3.zip && unzip -q -o develocity-gradle-build-validation-2.7.3.zip ``` ## Structure diff --git a/Maven.md b/Maven.md index c2faeff0..fcc98189 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/develocity-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 +curl -s -L -O https://github.com/gradle/develocity-build-validation-scripts/releases/download/v2.7.3/develocity-maven-build-validation-2.7.3.zip && unzip -q -o develocity-maven-build-validation-2.7.3.zip ``` ## Structure diff --git a/release/changes.md b/release/changes.md index d4494637..1a5d56b0 100644 --- a/release/changes.md +++ b/release/changes.md @@ -1,4 +1,5 @@ > [!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. -- [NEW] TBD +- [FIX] Build Scan IDs in ‘Investigation Quick Links’ section are `null` for CI/CI experiments +- [FIX] Documentation links in interactive text reference the old repository