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