We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ssr
1 parent bed3695 commit 1892bf7Copy full SHA for 1892bf7
packages/ssr/build.gradle.kts
@@ -55,7 +55,11 @@ dependencies {
55
56
jvm {
57
api(mn.micronaut.http)
58
- implementation(libs.graalvm.polyglot)
+ implementation("org.graalvm.polyglot:polyglot:${libs.versions.graalvm.pin.get()}") {
59
+ exclude(group = "org.graalvm.sdk", module = "collections")
60
+ exclude(group = "org.graalvm.sdk", module = "nativeimage")
61
+ exclude(group = "org.graalvm.sdk", module = "word")
62
+ }
63
}
64
65
jvmTest {
0 commit comments