mirror of
https://github.com/apple/pkl.git
synced 2026-04-18 14:39:54 +02:00
Support building with JDK 21 (#234)
- Update google-java-format to a version compatible with JDK 21 and run "gw spotlessApply". - Fix wrong test assumption JavaCodeGenerator writes a properties file using java.util.Properties, which doesn't guarantee order of entries. - Fix most deprecation warnings - Add CI job for JDK 21
This commit is contained in:
@@ -6,7 +6,7 @@ clikt = "3.5.1"
|
||||
commonMark = "0.+"
|
||||
downloadTaskPlugin = "4.1.2"
|
||||
geantyref = "1.+"
|
||||
googleJavaFormat = "1.15.0"
|
||||
googleJavaFormat = "1.21.0"
|
||||
# must not use `+` because used in download URL
|
||||
graalVm = "22.3.3"
|
||||
# intentionally empty; replaced by patch file when building pkl-cli macos/aarch64
|
||||
|
||||
Reference in New Issue
Block a user