is there a way to disable certain targets using gradle properties without wrapping the targets in an...
b
is there a way to disable certain targets using gradle properties without wrapping the targets in an
if
?
🚫 1
a
Gradle encourages you to configure your build scripts explicitly as code.