Package com.axelor.gradle.support
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>
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 Summary
Constructors -
Method Summary
Methods inherited from class com.axelor.gradle.support.AbstractSupport
applyConfigurationLibs
-
Constructor Details
-
DependenciesSupport
public DependenciesSupport()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project)
-