Bump GraalVM to 25.0.0 (#1226)

* Migrate shadow plugin to org.gradleup to correctly bundle Truffle in
  a fat jar
* Switch to GraalVM Community Edition
This commit is contained in:
Daniel Chao
2025-10-07 21:23:15 -07:00
committed by GitHub
parent cecaf39aff
commit 55eac2088b
19 changed files with 217 additions and 199 deletions

View File

@@ -20,7 +20,7 @@ import org.gradle.kotlin.dsl.support.serviceOf
plugins {
id("pklJavaLibrary")
// id("pklPublishLibrary")
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
}
val executableSpec = project.extensions.create("executable", ExecutableSpec::class.java)