Skip to content

Commit

Permalink
Prepare for 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Aug 8, 2023
1 parent 309d312 commit 7c28b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 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/gradle-enterprise-build-validation-scripts/releases/download/v2.4/gradle-enterprise-gradle-build-validation-2.4.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.4.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5/gradle-enterprise-gradle-build-validation-2.5.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.5.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/gradle-enterprise-build-validation-scripts/releases/download/v2.4/gradle-enterprise-maven-build-validation-2.4.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.4.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5/gradle-enterprise-maven-build-validation-2.5.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.5.zip
```

## Structure
Expand Down
2 changes: 1 addition & 1 deletion release/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.5

0 comments on commit 7c28b8b

Please sign in to comment.