diff --git a/Gradle.md b/Gradle.md index 3b803ad5..23c11453 100644 --- a/Gradle.md +++ b/Gradle.md @@ -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 diff --git a/Maven.md b/Maven.md index f75e80a0..78f3cad2 100644 --- a/Maven.md +++ b/Maven.md @@ -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