Skip to content

Commit

Permalink
Prepare for 2.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Apr 7, 2023
1 parent bf6f79f commit 40bce57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.2/gradle-enterprise-gradle-build-validation-2.3.2.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.3.2.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.3/gradle-enterprise-gradle-build-validation-2.3.3.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.3.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/gradle-enterprise-build-validation-scripts/releases/download/v2.3.2/gradle-enterprise-maven-build-validation-2.3.2.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.3.2.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.3/gradle-enterprise-maven-build-validation-2.3.3.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.3.3.zip
```

## Structure
Expand Down

0 comments on commit 40bce57

Please sign in to comment.