Skip to content

Commit

Permalink
build: Revert GraalVM update; add warning to prevent updates in the f…
Browse files Browse the repository at this point in the history
…uture.
  • Loading branch information
nhubbard committed May 11, 2024
1 parent 43cee7a commit f30ea17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ dependencies {
implementation("com.typesafe:config:1.4.3")

// JS
implementation("org.graalvm.polyglot:polyglot:24.0.1")
implementation("org.graalvm.polyglot:js-community:24.0.1")
// WARNING!
// Don't upgrade the GraalVM dependency versions!
// The newer versions have different coordinates, and a bunch of unusual issues that have no documented fix on
// non-Graal JDKs.
implementation("org.graalvm.sdk:graal-sdk:23.0.3")
implementation("org.graalvm.js:js:23.0.3")

// TOML
implementation("com.moandjiezana.toml:toml4j:0.7.2")
Expand Down

0 comments on commit f30ea17

Please sign in to comment.