Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Ignore warning about --allow-incomplete-classpath in helidon quickstart #77

Closed zakkak closed 2 years ago

zakkak commented 2 years ago

--allow-incomplete-classpath will not be available starting from GraalVM/Mandrel 22.1

Fixes #76

jerboaa commented 2 years ago

@zakkak Thanks for fixing the GHA checks too. Still good for shipping.