android - How to specify commandline arguments in settings.gradle -


i compiling android project gradle , want run -x lint every build.

is possible use settings.gradle automatically add this?

you add following root project's build.gradle:

gradle.startparameter.excludedtasknames << "lint" 

Comments

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -