Skip to content

Commit

Permalink
Merge pull request #25794 Finalize 8.3 release notes
Browse files Browse the repository at this point in the history
* Contributors
* Release notes
* Release features

Co-authored-by: Louis Jacomet <louis@gradle.com>
  • Loading branch information
bot-gradle and ljacomet committed Jul 18, 2023
2 parents 4c3fd32 + 3adcfad commit d036e60
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 89 deletions.
Expand Up @@ -36,7 +36,7 @@ class AllDistributionIntegrationSpec extends DistributionIntegrationSpec {

@Override
int getMaxDistributionSizeBytes() {
return 192 * 1024 * 1024
return 193 * 1024 * 1024
}

@Requires(UnitTestPreconditions.StableGroovy) // cannot link to public javadocs of Groovy snapshots like https://docs.groovy-lang.org/docs/groovy-4.0.5-SNAPSHOT/html/gapi/
Expand Down
224 changes: 136 additions & 88 deletions subprojects/docs/src/docs/release/notes.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions subprojects/launcher/src/main/resources/release-features.txt
@@ -0,0 +1,3 @@
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20

0 comments on commit d036e60

Please sign in to comment.