diff --git a/build.gradle b/build.gradle index 6075335..6d14297 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.cubaVersion = '6.9.7' + ext.cubaVersion = '6.10.2' repositories { maven { url 'https://repo.cuba-platform.com/content/groups/work' @@ -30,7 +30,7 @@ apply(plugin: 'cuba') cuba { artifact { group = 'com.haulmont.addon.admintools' - version = '1.1' + version = "1.2" isSnapshot = true } tomcat { @@ -145,7 +145,9 @@ configure([globalModule, coreModule, guiModule, webModule]) { } configure(globalModule) { - task enhance(type: CubaEnhancing) + entitiesEnhancing { + main { enabled = true } + } jar { manifest {