add : build.gradle

This commit is contained in:
zakaria.hachem
2024-11-05 13:50:12 +01:00
parent 10ae69e34a
commit 7b6d04818e

View 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")
}