Running Gradle plugin directly from command line -


in maven, if wanted analyze project sonar, do:

mvn sonar:sonar 

using 'short' plugin name , goal.

in gradle, there similar way run plugins, without declaring them in build.gradle script?

there isn't currently, there @ point. can apply plugin out-of-band (in init.gradle).


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -