Class DependenciesSupport

java.lang.Object
com.axelor.gradle.support.AbstractSupport
com.axelor.gradle.support.DependenciesSupport
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class DependenciesSupport extends AbstractSupport
The plugin manage the version of AOP dependencies used.

All AOP core dependencies (direct or transitive) will use the version defined in the main project. Plugin can be applied on the root project :

 apply plugin: com.axelor.gradle.support.DependenciesSupport
 
  • Constructor Details

    • DependenciesSupport

      public DependenciesSupport()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)