Files

13 lines
187 B
Groovy

apply plugin: "com.axelor.app-module"
apply from: "../version.gradle"
apply {
version = openSuiteVersion
}
axelor {
title "Axelor Exception"
description "Axelor Exception Module"
}