Skip to content

Commit

Permalink
org.graalvm.polyglot:polyglot was never shipped with GraalVM
Browse files Browse the repository at this point in the history
When #35873 was merged
`org.graalvm.polyglot:polyglot` was part of the GraalVM dev
builds/releases, but was later completely removed from them.
  • Loading branch information
zakkak committed Nov 30, 2023
1 parent 2f41793 commit 224e9dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,6 @@ private NativeImageSourceJarBuildItem buildNativeImageThinJar(CurateOutcomeBuild
removedArtifacts.add("org.graalvm.sdk:nativeimage");
removedArtifacts.add("org.graalvm.sdk:word");
removedArtifacts.add("org.graalvm.sdk:collections");
removedArtifacts.add("org.graalvm.polyglot:polyglot");

doLegacyThinJarGeneration(curateOutcomeBuildItem, outputTargetBuildItem, transformedClasses,
applicationArchivesBuildItem, applicationInfo, packageConfig, generatedResources, libDir, allClasses,
Expand Down

0 comments on commit 224e9dd

Please sign in to comment.