This application is meant as a reproducer for bugs within the Quarkus releases.
- In the gradle.properties file, set the Quarkus version to the appropriate release value, e.g.,
1.4.1.Final
- Ensure that you have built Quarkus locally -
mvn clean install
- In the gradle.properties file, set the Quarkus version to
999-SNAPSHOT
- Execute the local gradle build
./gradlew --no-daemon clean build
- Running it with the
--no-daemon
flag will ensure that there are no classloader issues with the plugin itself
- Running it with the