First commit waiting for Budget Alert
This commit is contained in:
19
modules/axelor-open-suite/axelor-mobile/build.gradle
Normal file
19
modules/axelor-open-suite/axelor-mobile/build.gradle
Normal file
@ -0,0 +1,19 @@
|
||||
apply plugin: "com.axelor.app-module"
|
||||
|
||||
apply from: "../version.gradle"
|
||||
|
||||
apply {
|
||||
version = openSuiteVersion
|
||||
}
|
||||
|
||||
|
||||
axelor {
|
||||
title "Axelor :: Mobile"
|
||||
description "Axelor Mobile Module"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":modules:axelor-sale")
|
||||
compile project(":modules:axelor-human-resource")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user