Skip to content

Commit 43ae821

Browse files
author
Evgeny Zaharchenko
committed
Upgrade CUBA version to 6.10 #17
1 parent 0d72985 commit 43ae821

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.cubaVersion = '6.9.7'
2+
ext.cubaVersion = '6.10.2'
33
repositories {
44
maven {
55
url 'https://repo.cuba-platform.com/content/groups/work'
@@ -30,7 +30,7 @@ apply(plugin: 'cuba')
3030
cuba {
3131
artifact {
3232
group = 'com.haulmont.addon.admintools'
33-
version = '1.1'
33+
version = "1.2"
3434
isSnapshot = true
3535
}
3636
tomcat {
@@ -145,7 +145,9 @@ configure([globalModule, coreModule, guiModule, webModule]) {
145145
}
146146

147147
configure(globalModule) {
148-
task enhance(type: CubaEnhancing)
148+
entitiesEnhancing {
149+
main { enabled = true }
150+
}
149151

150152
jar {
151153
manifest {

0 commit comments

Comments
 (0)