Skip to content

Commit 3430675

Browse files
committed
Prepare for 2.8 release
1 parent 2902fcb commit 3430675

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The build validation scripts are compatible with a large range of Gradle version
6464
Use the following command to download and unpack the build validation scripts for Gradle to the current directory:
6565

6666
```bash
67-
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
67+
curl -s -L -O https://github.com/gradle/develocity-build-validation-scripts/releases/download/v2.8/develocity-gradle-build-validation-2.8.zip && unzip -q -o develocity-gradle-build-validation-2.8.zip
6868
```
6969

7070
## Structure

Maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The build validation scripts are compatible with a large range of Maven versions
6464
Use the following command to download and unpack the build validation scripts for Maven to the current directory:
6565

6666
```bash
67-
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
67+
curl -s -L -O https://github.com/gradle/develocity-build-validation-scripts/releases/download/v2.8/develocity-maven-build-validation-2.8.zip && unzip -q -o develocity-maven-build-validation-2.8.zip
6868
```
6969

7070
## Structure

release/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.4
1+
2.8

0 commit comments

Comments
 (0)