apply plugin: "com.axelor.app-module" apply from: "../version.gradle" apply { version = openSuiteVersion } axelor { title "Axelor Contract" description "Axelor Contract Module" } dependencies { compile project(":modules:axelor-supplychain") }