Skip to content

Commit ae1846f

Browse files
Update download URL for final releases
1 parent fd37e15 commit ae1846f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Gradle.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ There are currently five experiments for Gradle. You could also perform these ex
1111
On macOS and Linux, use the following command to download and unpack the build validation scripts for Gradle to the current directory:
1212

1313
```bash
14-
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/development-latest/gradle-enterprise-gradle-build-validation-dev.zip && unzip -q -o gradle-enterprise-gradle-build-validation-dev.zip
15-
```
16-
17-
If you want to try out the latest development build from the `main` branch, use the following command:
18-
19-
```bash
20-
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/development-latest/gradle-enterprise-gradle-build-validation-dev.zip && unzip -q -o gradle-enterprise-gradle-build-validation-dev.zip
14+
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v0.5.2/gradle-enterprise-gradle-build-validation-0.5.2.zip && unzip -q -o gradle-enterprise-gradle-build-validation-0.5.2.zip
2115
```
2216

2317
## Structure

0 commit comments

Comments
 (0)