Colton Idle
06/23/2025, 6:43 PM./gradlew testXYZ
2. ./gradlew assembleXYZ
Is there a better way to run those two commands so that I can make sure if testXYZ
compiles my code, the assembleXYZ
task can re-use that compilation? Or is that just by nature how gradle work and so no changes needed from my end?TrevJonez
06/23/2025, 7:02 PM