chore: migrate to java 21 (#5163)

This commit is contained in:
Piotr Idzik
2024-05-19 20:57:07 +02:00
committed by GitHub
parent d77d9010a8
commit 5ee98eeb48
6 changed files with 14 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
// Update the VARIANT arg to pick a Java version: 11, 17
// Append -bullseye or -buster to pin to an OS version.
// Use the -bullseye variants on local arm64/Apple Silicon.
"VARIANT": "17-bullseye",
"VARIANT": "21-bullseye",
// Options
"INSTALL_MAVEN": "true",
"INSTALL_GRADLE": "true",