Skip to content

Commit

Permalink
#73 Upgrade CUBA version to 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shmelev-haulmont committed Oct 28, 2018
1 parent 4dbf131 commit dcf8af1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.cubaVersion = '6.9.3'
ext.cubaVersion = '6.10.2'
repositories {

maven {
Expand Down Expand Up @@ -131,7 +131,9 @@ def dbNameParam = 'imap'
def dbTestNameParam = 'imap-test'

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

jar {
manifest {
Expand Down

0 comments on commit dcf8af1

Please sign in to comment.