apply plugin: "com.axelor.app-module" apply from: "../version.gradle" apply { version = openSuiteVersion } axelor { title "Axelor Supply Chain" description "Axelor Supply Chain Module" } dependencies { compile project(":modules:axelor-purchase") compile project(":modules:axelor-sale") compile project(":modules:axelor-stock") compile project(":modules:axelor-account") testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:4.8.0' }