Closed sslavic closed 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'
apply plugin: 'maven'
Maven plugin has been added. This should allow you to use gradlew install to test locally.
gradlew install
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'