File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation(project(" :api:incubator" ))
2424}
2525
26- // org.graalvm.buildtools.native pluging requires java 11+ as of version 0.9.26
26+ // org.graalvm.buildtools.native plugin requires java 11+ as of version 0.9.26
2727// https://github.com/graalvm/native-build-tools/blob/master/docs/src/docs/asciidoc/index.adoc
2828tasks {
2929 withType<JavaCompile >().configureEach {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 implementation(project(" :exporters:otlp:all" ))
2222}
2323
24- // org.graalvm.buildtools.native pluging requires java 11+ as of version 0.9.26
24+ // org.graalvm.buildtools.native plugin requires java 11+ as of version 0.9.26
2525// https://github.com/graalvm/native-build-tools/blob/master/docs/src/docs/asciidoc/index.adoc
2626tasks {
2727 withType<JavaCompile >().configureEach {
You can’t perform that action at this time.
0 commit comments