From e1144a7b094e2db2c3a519ed37fbe6a7229c11d6 Mon Sep 17 00:00:00 2001 From: Christoph Obexer Date: Fri, 25 Apr 2025 12:33:40 +0200 Subject: [PATCH 01/42] Update Gradle Wrapper to 8.14 Signed-off-by: Christoph Obexer --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e65f9721f1d7b..ca025c83a7cc5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-rc-3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 32ccfd86c563d05de820f9b5420d211ab6977acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Sat, 26 Apr 2025 18:43:01 +0100 Subject: [PATCH 02/42] Update compatibility.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Róbert Papp --- .../docs/src/docs/userguide/releases/compatibility.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc b/platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc index 7d9343bb5f526..32b3199121f88 100644 --- a/platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc +++ b/platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc @@ -21,8 +21,8 @@ Versions not listed here may or may not work. == Java Runtime Gradle runs on the Java Virtual Machine (JVM), which is often provided by either a JDK or JRE. -A JVM version between 8 and 23 is required to execute Gradle. -JVM 24 and later versions are not yet supported. +A JVM version between 8 and 24 is required to execute Gradle. +JVM 25 and later versions are not yet supported. Executing the Gradle daemon with JVM 16 or earlier has been deprecated and will become an error in Gradle 9.0. The Gradle wrapper, Gradle client, Tooling API client, and TestKit client will remain compatible with JVM 8. From 492fbc0dfe737196462d7494e07284dc3fa2b3ef Mon Sep 17 00:00:00 2001 From: Christoph Obexer Date: Mon, 28 Apr 2025 08:32:46 +0000 Subject: [PATCH 03/42] Update jdks.yaml (#33294) --- .teamcity/jdks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.teamcity/jdks.yaml b/.teamcity/jdks.yaml index ffab367e12fbe..e4d4e04d20c25 100644 --- a/.teamcity/jdks.yaml +++ b/.teamcity/jdks.yaml @@ -163,8 +163,8 @@ jdks: os: "macos" arch: "aarch64" vendor: "temurin" - version: "jdk-11.0.26+4" - sha256: "c970e5917964da1b50c0029ba88a6fbe962783def4de6a8a2835af6a6859002c" + version: "jdk-11.0.27+6" + sha256: "780ae402dcd93fea0fee10d02dcd0a0b72cb7298f2ef4dddbad4d54c31a40a4d" - params: - "env.JAVA_HOME" - "macos.java17.openjdk.aarch64" From 68180b4d929403ae9ffbfded67f7f1f378bb5f0c Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Fri, 25 Apr 2025 08:42:11 -0700 Subject: [PATCH 04/42] Link to each best practice category directly Signed-off-by: Aurimas Liutikas --- .../documentation/docs/src/main/resources/header.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/platforms/documentation/docs/src/main/resources/header.html b/platforms/documentation/docs/src/main/resources/header.html index 213ab14a97073..508c774d270d9 100644 --- a/platforms/documentation/docs/src/main/resources/header.html +++ b/platforms/documentation/docs/src/main/resources/header.html @@ -462,7 +462,14 @@

Reference

  • Groovy to Kotlin DSL Migration
  • -
  • Gradle Best Practices
  • +
  • + +