cross-posted from: https://lemmy.world/post/48723025
(I’m not sure this fits this sub, but my script is for building android apks)
For a script I’m making, I’m looking for a way to either get the build output directory Gradle uses, or change it to something different.
I’m aware you could edit one of the gradle files in a project, but my script requires not altering the android app project (It only uses
gradlew/gradle.batthat comes with it to build)Is there some way to change gradle’s build output directory, or if not, a way to get it from the command line?
You must log in or # to comment.

