Open izeye opened 1 month ago
Thank you for letting us know!
I was able to repro it even with simply ./gradlew check
. ./gradlew test
is ok though. It seems the order of configuring things is different depending on which task you want to execute.
Until this is fixed, I have been using the default task (which is build
) via ./gradlew
, which will also run the check
task. I've updated the contributing guide to not suggest using ./gradlew check
for now.
./gradlew clean check
fails as follows: