mirror of
https://github.com/apple/pkl.git
synced 2026-07-16 18:11:22 +02:00
Drop java 11, bump GraalVM to 23.0 (#439)
* Remove unnecessary strictfp modifier * Add annotations to address Truffle DSL warnings (@Idempotent, @Exclusive) * Adjust build logic to allow building cross-arch on macOS * Add warning suppression for specialization limit (left this one as a TODO)
This commit is contained in:
@@ -9,8 +9,6 @@ plugins {
|
||||
alias(libs.plugins.kotlinxSerialization)
|
||||
}
|
||||
|
||||
val graalVmBaseDir = buildInfo.graalVm.baseDir
|
||||
|
||||
dependencies {
|
||||
implementation(projects.pklCore)
|
||||
implementation(projects.pklCommonsCli)
|
||||
|
||||
Reference in New Issue
Block a user