Skip to content

Commit

Permalink
Upgrade CUBA version to 6.10 #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Zaharchenko committed Oct 23, 2018
1 parent 0d72985 commit 43ae821
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -30,7 +30,7 @@ apply(plugin: 'cuba')
cuba {
artifact {
group = 'com.haulmont.addon.admintools'
version = '1.1'
version = "1.2"
isSnapshot = true
}
tomcat {
Expand Down Expand Up @@ -145,7 +145,9 @@ configure([globalModule, coreModule, guiModule, webModule]) {
}

configure(globalModule) {
task enhance(type: CubaEnhancing)
entitiesEnhancing {
main { enabled = true }
}

jar {
manifest {
Expand Down

0 comments on commit 43ae821

Please sign in to comment.