File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,7 @@ There are currently five experiments for Gradle. You could also perform these ex
11
11
On macOS and Linux, use the following command to download and unpack the build validation scripts for Gradle to the current directory:
12
12
13
13
``` 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
21
15
```
22
16
23
17
## Structure
You can’t perform that action at this time.
0 commit comments