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
Post a Comment