mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 02:38:41 +02:00
Make the build work on jdk 25 (#1483)
The old version of googleJavaFormat we were using called some deprecated function.
This commit is contained in:
@@ -5,7 +5,7 @@ clikt = "5.+"
|
|||||||
commonMark = "0.+"
|
commonMark = "0.+"
|
||||||
downloadTaskPlugin = "5.6.0"
|
downloadTaskPlugin = "5.6.0"
|
||||||
geantyref = "1.+"
|
geantyref = "1.+"
|
||||||
googleJavaFormat = "1.25.2"
|
googleJavaFormat = "1.35.0"
|
||||||
# must not use `+` because used in download URL
|
# must not use `+` because used in download URL
|
||||||
# 23.1.x requires JDK 20+
|
# 23.1.x requires JDK 20+
|
||||||
graalVm = "25.0.0"
|
graalVm = "25.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user