Skip to content

Commit 75f2ba4

Browse files
committedNov 6, 2024··
Prepare for 2.7.1 release
1 parent 2fbd8be commit 75f2ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/gradle-enterprise-build-validation-scripts/releases/download/v2.7/develocity-gradle-build-validation-2.7.zip && unzip -q -o develocity-gradle-build-validation-2.7.zip
29+
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
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/gradle-enterprise-build-validation-scripts/releases/download/v2.7/develocity-maven-build-validation-2.7.zip && unzip -q -o develocity-maven-build-validation-2.7.zip
29+
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
3030
```
3131

3232
## Structure

0 commit comments

Comments
 (0)
Please sign in to comment.