Skip to content

Commit a69b707

Browse files
authored
Merge pull request #2378 from keeganwitt/gradle
gradle: Document Java 21 limitations
2 parents ede4d2a + 1f3281b commit a69b707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/content.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ Run this from the directory of the Gradle project you want to build.
1515
Note the above command runs using uid/gid 1000 (user *gradle*) to avoid running as root.
1616

1717
If you are mounting a volume and the uid/gid running Docker is not *1000*, you should run as user *root* (`-u root`). *root* is also the default, so you can also simply not specify a user.
18+
19+
## Java 21 support
20+
21+
Java 21 does not currently support build customizations using Kotlin (such as using the `kotlin-dsl` plugin in a buildSrc script). Full support for Java 21 will come in a future Gradle release.

0 commit comments

Comments
 (0)