How the hell do i specify command line arguments for gradlew packageReleaseDeb. I need this shit to compile an ARM build but im on an x86 system, and there isnt a doc that i can find.
👎 1
v
Vampire
06/03/2024, 6:40 AM
If it does support commandline args, you can find them using
./gradlew help --task packageReleaseDeb
.
But please, watch your tone a bit when writing here.
Vampire
06/03/2024, 6:43 AM
If not, you probably have to look at the docs for that task / the plugin that adds that task, or ask that task's maintainer. It is not a Gradle built-in thing.