mark-vieira / gradle-maven-settings-plugin

Gradle Maven settings plugin
Apache License 2.0
59 stars 27 forks source link

Enable publishing plugin snapshot to local maven repository #7

Closed sslavic closed 8 years ago

sslavic commented 8 years ago

To support community experimentation with and contribution to plugin development, please enable publishing plugin snapshot to local maven repository.

It seems all it takes to do this is to add to build.gradle: apply plugin: 'maven'

mark-vieira commented 8 years ago

Maven plugin has been added. This should allow you to use gradlew install to test locally.