Package org.springframework.gradle.propdeps


package org.springframework.gradle.propdeps
  • Classes
    Class
    Description
    Plugin to allow optional and provided dependency configurations to work with the standard gradle 'eclipse' plugin
    Plugin to allow optional and provided dependency configurations to work with the standard gradle 'idea' plugin
    Plugin to allow 'optional' and 'provided' dependency configurations As stated in the maven documentation, provided scope "is only available on the compilation and test classpath, and is not transitive".