Skip to content

Commit ed8d3df

Browse files
committed
Use correct name for org.graalvm.sdk:nativebrdige dependency
The dependency can be found here: https://central.sonatype.com/artifact/org.graalvm.sdk/nativebridge Follow-up to #50288
1 parent 0834e3d commit ed8d3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<runnerParentFirstArtifact>org.graalvm.sdk:jniutils</runnerParentFirstArtifact>
237237
<runnerParentFirstArtifact>org.graalvm.sdk:word</runnerParentFirstArtifact>
238238
<runnerParentFirstArtifact>org.graalvm.sdk:collections</runnerParentFirstArtifact>
239-
<runnerParentFirstArtifact>org.graalvm.sdk:native-bridge</runnerParentFirstArtifact>
239+
<runnerParentFirstArtifact>org.graalvm.sdk:nativebridge</runnerParentFirstArtifact>
240240
<!-- /support for GraalVM js -->
241241
<runnerParentFirstArtifact>io.quarkus:quarkus-bootstrap-runner</runnerParentFirstArtifact>
242242
<runnerParentFirstArtifact>io.quarkus:quarkus-classloader-commons</runnerParentFirstArtifact>

0 commit comments

Comments
 (0)