Skip to content

Commit fd18a5d

Browse files
committedOct 29, 2024··
Prepare for 2.7 release
1 parent 8d75923 commit fd18a5d

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed
 

Diff for: ‎Gradle.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ The build validation scripts are compatible with a large range of Gradle version
2525

2626
Use the following command to download and unpack the build validation scripts for Gradle to the current directory:
2727

28-
[//]: # (TODO SHOULD BE UPDATED TO DEVELOCITY DISTRIBUTION NEXT RELEASE)
2928
```bash
30-
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
29+
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.7/develocity-gradle-build-validation-2.7.zip && unzip -q -o develocity-gradle-build-validation-2.7.zip
3130
```
3231

3332
## Structure

Diff for: ‎Maven.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ The build validation scripts are compatible with a large range of Maven versions
2525

2626
Use the following command to download and unpack the build validation scripts for Maven to the current directory:
2727

28-
[//]: # (TODO SHOULD BE UPDATED TO DEVELOCITY DISTRIBUTION NEXT RELEASE)
2928
```bash
30-
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
29+
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.7/develocity-maven-build-validation-2.7.zip && unzip -q -o develocity-maven-build-validation-2.7.zip
3130
```
3231

3332
## Structure

Diff for: ‎release/changes.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
- [NEW] TBD
1+
> [!IMPORTANT]
2+
> The distributions of the Develocity Build Validation Scripts prefixed with `gradle-enterprise` are deprecated and will be removed in a future release. Migrate to the distributions prefixed with `develocity` instead.
3+
4+
- [NEW] All user-facing text is updated to use Develocity naming
5+
- [NEW] Distributions prefixed with `develocity` are available
6+
- [NEW] Command line arguments `--develocity-server` and `--enable-develocity` are available
7+
- [FIX] Gradle builds are configured using the legacy Gradle Enterprise API resulting in deprecation warnings
8+
- [FIX] Enabling Develocity fails for builds that already apply the Develocity plugin

Diff for: ‎release/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.7

0 commit comments

Comments
 (0)
Please sign in to comment.