Skip to content

Commit e186de9

Browse files
committed
Prepare for 2.6 release
1 parent 44d6688 commit e186de9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Gradle version
2626
Use the following command to download and unpack the build validation scripts for Gradle to the current directory:
2727

2828
```bash
29-
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5.1/gradle-enterprise-gradle-build-validation-2.5.1.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.5.1.zip
29+
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.6/gradle-enterprise-gradle-build-validation-2.6.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.6.zip
3030
```
3131

3232
## Structure

Maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Maven versions
2626
Use the following command to download and unpack the build validation scripts for Maven to the current directory:
2727

2828
```bash
29-
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5.1/gradle-enterprise-maven-build-validation-2.5.1.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.5.1.zip
29+
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.6/gradle-enterprise-maven-build-validation-2.6.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.6.zip
3030
```
3131

3232
## Structure

release/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- [NEW] Predictive Test Selection is disabled when running builds
2-
- [FIX] Gradle Enterprise deprecation warnings are printed to the console for Maven builds using Develocity extension
2+
- [NEW] Full support for both Gradle Enterprise and Develocity branded plugins and extensions

release/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.2
1+
2.6

0 commit comments

Comments
 (0)