If you ever wanted to pass in arguments to Gradle, I wrote a short post about your options!
https://www.liutikas.net/2025/03/24/Options-For-Options.html
If you ever wanted to pass in arguments to Gradle, I wrote a short post about your options!
https://www.liutikas.net/2025/03/24/Options-For-Options.html
@tudortimi task options work but most of the time, if this is interactive, it shouldn't need to check the whole build state.
For an example, Gradle has `./gradlew wrapper --gradle-distribution-url ...`. This is getting me confused everytime because if I just want to update my wrapper, I now need to configure my full 100+ modules build and make sure it is in a good state.
I wish the Gradle cli would do this without it being part of my build.