Maintained by aalmiray
Provides additional optional
and provided
dependency configurations for Gradle along with Maven POM generation support.
Website | https://github.com/spring-projects/gradle-plugins/tree/master/propdeps-plugin |
---|---|
Author | http://spring.io |
Version | 0.0.1 |
buildscript { repositories { maven { url 'http://repo.springsource.org/plugins-release' } } dependencies { classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.1' } } apply plugin: 'propdeps'
You may also define links to maven
, idea
and eclipse
plugins:
apply plugin: 'propdeps-maven'
apply plugin: 'propdeps-idea'
apply plugin: 'propdeps-eclipse'