mirror of
https://github.com/apple/pkl.git
synced 2026-05-20 13:56:56 +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:
@@ -17,7 +17,7 @@ extends "GradleJob.pkl"
|
||||
|
||||
import "package://pkg.pkl-lang.org/pkl-pantry/com.circleci.v2@1.1.0#/Config.pkl"
|
||||
|
||||
javaVersion: "11.0"|"17.0"
|
||||
javaVersion: "11.0"|"17.0"|"21.0"
|
||||
|
||||
steps {
|
||||
new Config.RunStep {
|
||||
|
||||
Reference in New Issue
Block a user