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

Fix [WARNING] The quarkus:native-image goal is deprecated, and will be removed in a future version. #24

Closed Karm closed 3 years ago

Karm commented 3 years ago
[WARNING] The quarkus:native-image goal is deprecated, and will be removed in a future version. To build a native executable set the config property quarkus.package.type=native. For more info see https://quarkus.io/guides/building-native-image
Karm commented 3 years ago

Fixed in #28 #27