Skip to content

Commit

Permalink
Prepare for 2.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Dec 24, 2024
1 parent b15cb48 commit f4b4a15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion release/changes.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f4b4a15

Please sign in to comment.