Skip to content

Prepare for 2.6 release #657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1/gradle-enterprise-gradle-build-validation-2.5.1.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.5.1.zip
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
```

## Structure
Expand Down
2 changes: 1 addition & 1 deletion Maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1/gradle-enterprise-maven-build-validation-2.5.1.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.5.1.zip
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
```

## Structure
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
develocityComponents("com.gradle:build-scan-summary:$buildScanSummaryVersion")
develocityMavenComponents("com.gradle:gradle-enterprise-maven-extension:1.18.4")
mavenComponents(project(path = ":configure-gradle-enterprise-maven-extension", configuration = "shadow"))
thirdPartyMavenComponents("com.gradle:common-custom-user-data-maven-extension:1.13")
thirdPartyMavenComponents("com.gradle:common-custom-user-data-maven-extension:2.0")
}

shellcheck {
Expand Down
2 changes: 1 addition & 1 deletion components/scripts/lib/gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ invoke_gradle() {
if [ "$enable_ge" == "on" ]; then
args+=("-Dcom.gradle.enterprise.build-validation.gradle.plugin-repository.url=https://plugins.gradle.org/m2")
args+=("-Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.14.1")
args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0")
args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0.2")
fi

if [ -n "${ge_server}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion release/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [NEW] Predictive Test Selection is disabled when running builds
- [FIX] Gradle Enterprise deprecation warnings are printed to the console for Maven builds using Develocity extension
- [NEW] Full support for both Gradle Enterprise and Develocity branded plugins and extensions
2 changes: 1 addition & 1 deletion release/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2
2.6