Skip to content

Commit f4b4a15

Browse files
committed
Prepare for 2.7.3 release
1 parent b15cb48 commit f4b4a15

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gradle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Gradle version
2626
Use the following command to download and unpack the build validation scripts for Gradle to the current directory:
2727

2828
```bash
29-
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
29+
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
3030
```
3131

3232
## Structure

Maven.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Maven versions
2626
Use the following command to download and unpack the build validation scripts for Maven to the current directory:
2727

2828
```bash
29-
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
29+
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
3030
```
3131

3232
## Structure

release/changes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
> [!IMPORTANT]
22
> 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.
33
4-
- [NEW] TBD
4+
- [FIX] Build Scan IDs in ‘Investigation Quick Links’ section are `null` for CI/CI experiments
5+
- [FIX] Documentation links in interactive text reference the old repository

0 commit comments

Comments
 (0)