I want to skip some tasks when I run gradle build. I know that it can be done from command line with -x
:
gradle build -x unwantedTask
My question is how can the same result be achieved in the build.gradle?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…