You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add quarkus-artifact.properties as an output of quarkus:build
When running ITs for native, we need quarkus-artifact.properties to be
around so it needs to be part of the cache.
Also make it an input of Failsafe.
This file contains a relative path to the binary to run and a few
additional metadata such as the full GraalVM version.
Whenever this version has changed, we need to run the tests again so it
makes sense to make it an input.
Note that we will need quarkusio/quarkus#41587
to be in so that quarkus-artifact.properties doesn't contain a
timestamp.
0 commit comments