blob: 1d13a42b45b771fde294f3098189dd15dc9ccad7 [file] [log] [blame]
#!/usr/bin/env bash
set -e
# update the versions
mvn --settings .github/quarkus-ecosystem-maven-settings.xml -B versions:set-property -Dproperty=version.io.quarkus -DnewVersion=${QUARKUS_VERSION} -DgenerateBackupPoms=false
# run the tests
mvn --settings .github/quarkus-ecosystem-maven-settings.xml -B clean install -Dnative -Dquarkus.native.container-build=true --fail-at-end