From 96120b9bff63fda15de96fc4f1f3fa4c892f998f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20W=C3=B6gerer?= Date: Tue, 5 Sep 2023 13:38:38 +0200 Subject: [PATCH 1/3] ./gradlew updateSamples with 0.9.26 --- gradle/libs.versions.toml | 2 +- native-maven-plugin/reproducers/issue-144/pom.xml | 4 ++-- samples/java-application-with-custom-packaging/pom.xml | 2 +- samples/java-application-with-custom-tests/gradle.properties | 2 +- .../java-application-with-extra-sourceset/gradle.properties | 2 +- samples/java-application-with-reflection/gradle.properties | 2 +- samples/java-application-with-reflection/pom.xml | 4 ++-- samples/java-application-with-resources/gradle.properties | 2 +- samples/java-application-with-resources/pom.xml | 4 ++-- samples/java-application-with-tests/gradle.properties | 2 +- samples/java-application-with-tests/pom.xml | 4 ++-- samples/java-application/gradle.properties | 2 +- samples/java-application/pom.xml | 4 ++-- samples/java-library/gradle.properties | 2 +- samples/java-library/pom.xml | 4 ++-- samples/kotlin-application-with-tests/gradle.properties | 2 +- samples/metadata-repo-integration/gradle.properties | 2 +- samples/metadata-repo-integration/pom.xml | 4 ++-- samples/multi-project-with-tests/gradle.properties | 2 +- samples/multi-project-with-tests/pom.xml | 4 ++-- samples/native-config-integration/gradle.properties | 2 +- samples/native-config-integration/pom.xml | 4 ++-- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fa03adae5..a84e6c27f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Project versions -nativeBuildTools = "0.9.26-SNAPSHOT" +nativeBuildTools = "0.9.26" metadataRepository = "0.3.4" # External dependencies diff --git a/native-maven-plugin/reproducers/issue-144/pom.xml b/native-maven-plugin/reproducers/issue-144/pom.xml index 55d729325..ae0166fa2 100644 --- a/native-maven-plugin/reproducers/issue-144/pom.xml +++ b/native-maven-plugin/reproducers/issue-144/pom.xml @@ -56,8 +56,8 @@ 1.8 UTF-8 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-custom-packaging/pom.xml b/samples/java-application-with-custom-packaging/pom.xml index a33e649bd..8c8c88c4c 100644 --- a/samples/java-application-with-custom-packaging/pom.xml +++ b/samples/java-application-with-custom-packaging/pom.xml @@ -61,7 +61,7 @@ 3.3.4 org.graalvm.demo.Application netty - 0.9.26-SNAPSHOT + 0.9.26 diff --git a/samples/java-application-with-custom-tests/gradle.properties b/samples/java-application-with-custom-tests/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-application-with-custom-tests/gradle.properties +++ b/samples/java-application-with-custom-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-extra-sourceset/gradle.properties b/samples/java-application-with-extra-sourceset/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-application-with-extra-sourceset/gradle.properties +++ b/samples/java-application-with-extra-sourceset/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/gradle.properties b/samples/java-application-with-reflection/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-application-with-reflection/gradle.properties +++ b/samples/java-application-with-reflection/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/pom.xml b/samples/java-application-with-reflection/pom.xml index 87d648bb0..dd275beaa 100644 --- a/samples/java-application-with-reflection/pom.xml +++ b/samples/java-application-with-reflection/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.10.0 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-resources/gradle.properties b/samples/java-application-with-resources/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-application-with-resources/gradle.properties +++ b/samples/java-application-with-resources/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-resources/pom.xml b/samples/java-application-with-resources/pom.xml index 2363ed371..34e014caf 100644 --- a/samples/java-application-with-resources/pom.xml +++ b/samples/java-application-with-resources/pom.xml @@ -51,9 +51,9 @@ 1.8 UTF-8 - 0.9.26-SNAPSHOT + 0.9.26 5.10.0 - 0.9.26-SNAPSHOT + 0.9.26 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-tests/gradle.properties b/samples/java-application-with-tests/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-application-with-tests/gradle.properties +++ b/samples/java-application-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-tests/pom.xml b/samples/java-application-with-tests/pom.xml index def0760b2..c5322d5e1 100644 --- a/samples/java-application-with-tests/pom.xml +++ b/samples/java-application-with-tests/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.10.0 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application/pom.xml b/samples/java-application/pom.xml index 3c4db6b8a..70785d783 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-library/pom.xml b/samples/java-library/pom.xml index d22869e9a..917d98b23 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 java-library diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/kotlin-application-with-tests/gradle.properties +++ b/samples/kotlin-application-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/metadata-repo-integration/gradle.properties b/samples/metadata-repo-integration/gradle.properties index 77552da3a..aca51528e 100644 --- a/samples/metadata-repo-integration/gradle.properties +++ b/samples/metadata-repo-integration/gradle.properties @@ -1,4 +1,4 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 h2.version = 2.1.210 netty.version = 4.1.80.Final logback.version = 1.4.4 diff --git a/samples/metadata-repo-integration/pom.xml b/samples/metadata-repo-integration/pom.xml index cfbef9d59..967e6880b 100644 --- a/samples/metadata-repo-integration/pom.xml +++ b/samples/metadata-repo-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 2.1.210 4.1.80.Final 1.4.4 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/multi-project-with-tests/gradle.properties +++ b/samples/multi-project-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/multi-project-with-tests/pom.xml b/samples/multi-project-with-tests/pom.xml index d7efb3ded..90f6036ff 100644 --- a/samples/multi-project-with-tests/pom.xml +++ b/samples/multi-project-with-tests/pom.xml @@ -58,8 +58,8 @@ 1.8 UTF-8 5.10.0 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 example-app org.graalvm.demo.Application diff --git a/samples/native-config-integration/gradle.properties b/samples/native-config-integration/gradle.properties index 8d138f702..23607e331 100644 --- a/samples/native-config-integration/gradle.properties +++ b/samples/native-config-integration/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26-SNAPSHOT +native.gradle.plugin.version = 0.9.26 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/native-config-integration/pom.xml b/samples/native-config-integration/pom.xml index f9c2658c3..7cdc05ad6 100644 --- a/samples/native-config-integration/pom.xml +++ b/samples/native-config-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26-SNAPSHOT - 0.9.26-SNAPSHOT + 0.9.26 + 0.9.26 example-app org.graalvm.example.Application From 5cb65e52b647835dce95d3dc1897fcf130611f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20W=C3=B6gerer?= Date: Wed, 6 Sep 2023 10:47:26 +0200 Subject: [PATCH 2/3] Add info about fixed Maven 3.9 compatibility. --- docs/src/docs/asciidoc/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 01f05f198..fffc842a6 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -24,6 +24,7 @@ If you are using alternative build systems, see < Date: Thu, 7 Sep 2023 14:21:57 +0200 Subject: [PATCH 3/3] ./gradlew updateSamples with 0.9.26-SNAPSHOT --- gradle/libs.versions.toml | 2 +- native-maven-plugin/reproducers/issue-144/pom.xml | 4 ++-- samples/java-application-with-custom-packaging/pom.xml | 2 +- samples/java-application-with-custom-tests/gradle.properties | 2 +- .../java-application-with-extra-sourceset/gradle.properties | 2 +- samples/java-application-with-reflection/gradle.properties | 2 +- samples/java-application-with-reflection/pom.xml | 4 ++-- samples/java-application-with-resources/gradle.properties | 2 +- samples/java-application-with-resources/pom.xml | 4 ++-- samples/java-application-with-tests/gradle.properties | 2 +- samples/java-application-with-tests/pom.xml | 4 ++-- samples/java-application/gradle.properties | 2 +- samples/java-application/pom.xml | 4 ++-- samples/java-library/gradle.properties | 2 +- samples/java-library/pom.xml | 4 ++-- samples/kotlin-application-with-tests/gradle.properties | 2 +- samples/metadata-repo-integration/gradle.properties | 2 +- samples/metadata-repo-integration/pom.xml | 4 ++-- samples/multi-project-with-tests/gradle.properties | 2 +- samples/multi-project-with-tests/pom.xml | 4 ++-- samples/native-config-integration/gradle.properties | 2 +- samples/native-config-integration/pom.xml | 4 ++-- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a84e6c27f..fa03adae5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Project versions -nativeBuildTools = "0.9.26" +nativeBuildTools = "0.9.26-SNAPSHOT" metadataRepository = "0.3.4" # External dependencies diff --git a/native-maven-plugin/reproducers/issue-144/pom.xml b/native-maven-plugin/reproducers/issue-144/pom.xml index ae0166fa2..55d729325 100644 --- a/native-maven-plugin/reproducers/issue-144/pom.xml +++ b/native-maven-plugin/reproducers/issue-144/pom.xml @@ -56,8 +56,8 @@ 1.8 UTF-8 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-custom-packaging/pom.xml b/samples/java-application-with-custom-packaging/pom.xml index 8c8c88c4c..a33e649bd 100644 --- a/samples/java-application-with-custom-packaging/pom.xml +++ b/samples/java-application-with-custom-packaging/pom.xml @@ -61,7 +61,7 @@ 3.3.4 org.graalvm.demo.Application netty - 0.9.26 + 0.9.26-SNAPSHOT diff --git a/samples/java-application-with-custom-tests/gradle.properties b/samples/java-application-with-custom-tests/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-application-with-custom-tests/gradle.properties +++ b/samples/java-application-with-custom-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-extra-sourceset/gradle.properties b/samples/java-application-with-extra-sourceset/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-application-with-extra-sourceset/gradle.properties +++ b/samples/java-application-with-extra-sourceset/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/gradle.properties b/samples/java-application-with-reflection/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-application-with-reflection/gradle.properties +++ b/samples/java-application-with-reflection/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/pom.xml b/samples/java-application-with-reflection/pom.xml index dd275beaa..87d648bb0 100644 --- a/samples/java-application-with-reflection/pom.xml +++ b/samples/java-application-with-reflection/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.10.0 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-resources/gradle.properties b/samples/java-application-with-resources/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-application-with-resources/gradle.properties +++ b/samples/java-application-with-resources/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-resources/pom.xml b/samples/java-application-with-resources/pom.xml index 34e014caf..2363ed371 100644 --- a/samples/java-application-with-resources/pom.xml +++ b/samples/java-application-with-resources/pom.xml @@ -51,9 +51,9 @@ 1.8 UTF-8 - 0.9.26 + 0.9.26-SNAPSHOT 5.10.0 - 0.9.26 + 0.9.26-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-tests/gradle.properties b/samples/java-application-with-tests/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-application-with-tests/gradle.properties +++ b/samples/java-application-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-tests/pom.xml b/samples/java-application-with-tests/pom.xml index c5322d5e1..def0760b2 100644 --- a/samples/java-application-with-tests/pom.xml +++ b/samples/java-application-with-tests/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.10.0 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application/pom.xml b/samples/java-application/pom.xml index 70785d783..3c4db6b8a 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-library/pom.xml b/samples/java-library/pom.xml index 917d98b23..d22869e9a 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT java-library diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/kotlin-application-with-tests/gradle.properties +++ b/samples/kotlin-application-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/metadata-repo-integration/gradle.properties b/samples/metadata-repo-integration/gradle.properties index aca51528e..77552da3a 100644 --- a/samples/metadata-repo-integration/gradle.properties +++ b/samples/metadata-repo-integration/gradle.properties @@ -1,4 +1,4 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT h2.version = 2.1.210 netty.version = 4.1.80.Final logback.version = 1.4.4 diff --git a/samples/metadata-repo-integration/pom.xml b/samples/metadata-repo-integration/pom.xml index 967e6880b..cfbef9d59 100644 --- a/samples/metadata-repo-integration/pom.xml +++ b/samples/metadata-repo-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT 2.1.210 4.1.80.Final 1.4.4 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/multi-project-with-tests/gradle.properties +++ b/samples/multi-project-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/multi-project-with-tests/pom.xml b/samples/multi-project-with-tests/pom.xml index 90f6036ff..d7efb3ded 100644 --- a/samples/multi-project-with-tests/pom.xml +++ b/samples/multi-project-with-tests/pom.xml @@ -58,8 +58,8 @@ 1.8 UTF-8 5.10.0 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/native-config-integration/gradle.properties b/samples/native-config-integration/gradle.properties index 23607e331..8d138f702 100644 --- a/samples/native-config-integration/gradle.properties +++ b/samples/native-config-integration/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.26 +native.gradle.plugin.version = 0.9.26-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/native-config-integration/pom.xml b/samples/native-config-integration/pom.xml index 7cdc05ad6..f9c2658c3 100644 --- a/samples/native-config-integration/pom.xml +++ b/samples/native-config-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.26 - 0.9.26 + 0.9.26-SNAPSHOT + 0.9.26-SNAPSHOT example-app org.graalvm.example.Application