Describe the bug
When I was using fast-jar I noticed, that fast jar is not recreated if you call gradle clean quarkusBuild two times in a row. Task :quarkusBuild is reported as up to date the second time.
Expected behavior
Fast jar is recreated if it is not present in build/quarkus-app directory
Actual behavior
There is no Fast jar in build/ directory (there is no build/quarkus-app directory) after second call.
Describe the bug When I was using fast-jar I noticed, that fast jar is not recreated if you call
gradle clean quarkusBuild
two times in a row. Task :quarkusBuild is reported as up to date the second time.Expected behavior Fast jar is recreated if it is not present in
build/quarkus-app
directoryActual behavior There is no Fast jar in
build/
directory (there is nobuild/quarkus-app
directory) after second call.To Reproduce Steps to reproduce the behavior:
gradle clean quarkusBuild --info
: fast jar is createdgradle clean quarkusBuild --info
again: there is no fast jar inbuild/
, quarkusBuild is reported up-to-date.gradle
folder in the project and run 2-3. again to reproduce the behaviourConfiguration
Environment (please complete the following information):
uname -a
orver
: Darwin Kernel Version 19.5.0, MacBookPro16,1 Darwinjava -version
: openjdk version "1.8.0_242"https://github.com/quarkusio/quarkus/issues/11157
$upstream:11157$