jannis
10/28/2022, 3:26 PMcheck
might also run different stuff (like linting), correct?
I think I've tried verifyPaparazziDebug
but it did nothing, since I didn't change anything in the source code 🙄 So I guess it was just cached.Javier
10/28/2022, 3:31 PM./gradlew check --dry-run
Javier
10/28/2022, 3:31 PMjannis
10/28/2022, 3:37 PMjannis
10/28/2022, 3:38 PMverifyPaparazziDebug
did what I've been looking for 🙈jannis
10/28/2022, 3:40 PMcheck
cannot be easily restricted to debug tasks. I think chaining verifyPaparazziDebug
and testDebug
is sufficient for me now 🙂Javier
10/28/2022, 3:41 PM