Gradle Plugins

Maintained by aalmiray

Summary

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

Usage

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: