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" diff --git a/.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt b/.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt index ea0c96ff89412..0a5e3baf2efa9 100644 --- a/.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt +++ b/.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt @@ -46,8 +46,7 @@ class PublishNightlyDocumentation( // https://www.jetbrains.com/help/teamcity/2022.04/configuring-schedule-triggers.html#general-syntax-1 // We want it to be triggered only when there're pending changes in the specific vcs root, i.e. GradleMaster/GradleRelease triggerRules = "+:root=${VersionedSettingsBranch.fromDslContext().vcsRootId()}:." - // The promotion itself will be triggered on gradle-promote's master branch - branchFilter = "+:master" + branchFilter = "+:" } } } 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 diff --git a/platforms/documentation/docs/src/docs/css/base.css b/platforms/documentation/docs/src/docs/css/base.css index c837c5e8b05a8..561da8cce6795 100644 --- a/platforms/documentation/docs/src/docs/css/base.css +++ b/platforms/documentation/docs/src/docs/css/base.css @@ -991,7 +991,6 @@ h3.releaseinfo { .site-footer__copy, .site-footer__secondary-links { flex-grow: 0; - flex-basis: 280px; /* 1. */ } diff --git a/platforms/documentation/docs/src/docs/css/manual.css b/platforms/documentation/docs/src/docs/css/manual.css index f08455f2f904b..09780d9124c9d 100644 --- a/platforms/documentation/docs/src/docs/css/manual.css +++ b/platforms/documentation/docs/src/docs/css/manual.css @@ -3947,7 +3947,6 @@ body.dark-theme { .site-footer__copy, .site-footer__secondary-links { flex-grow: 0; - flex-basis: 280px; /* 1. */ } diff --git a/platforms/documentation/docs/src/docs/release/notes.md b/platforms/documentation/docs/src/docs/release/notes.md index 1ab4a04479c03..c1fd6663304a6 100644 --- a/platforms/documentation/docs/src/docs/release/notes.md +++ b/platforms/documentation/docs/src/docs/release/notes.md @@ -10,7 +10,16 @@ -We are excited to announce Gradle @version@ (released [@releaseDate@](https://gradle.org/releases/)). +Gradle @version@ is the first patch release for Gradle 8.14 (released [@releaseDate@](https://gradle.org/releases/)). + +It fixes the following issues: + +* [#33288](https://github.com/gradle/gradle/issues/33288) Groovydoc task suppresses stdout for tasks executing concurrently +* [#33389](https://github.com/gradle/gradle/issues/33389) Gradle 8.14 breaks Android Gradle Plugin code coverage support + +We recommend users upgrade to @version@ instead of 8.14. + +*** Gradle now supports [Java 24](#java-24). diff --git a/platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl b/platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl index 6d9532ca15a56..c330f8d0f1081 100644 --- a/platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl +++ b/platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl @@ -220,8 +220,8 @@