Skip to content

Commit 1b210b5

Browse files
committed
update to 6.10
1 parent 1a99a9e commit 1b210b5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ build/*
77
deploy/*
88
modules/*/build/*
99
out
10-
test-run
10+
test-run
11+
.idea

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
buildscript {
3-
ext.cubaVersion = '6.9.2'
3+
ext.cubaVersion = '6.10.8'
44
repositories {
55
maven {
66
url 'https://repo.cuba-platform.com/content/groups/work'
@@ -103,8 +103,8 @@ subprojects {
103103

104104
dependencies {
105105
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
106-
appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.3.0")
107-
appComponent("de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.6.0")
106+
appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.4.0")
107+
appComponent("de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.7.0")
108108

109109
}
110110

@@ -211,7 +211,9 @@ configure([globalModule, coreModule, guiModule, webModule]) {
211211
}
212212

213213
configure(globalModule) {
214-
task enhance(type: CubaEnhancing)
214+
entitiesEnhancing {
215+
main { enabled = true }
216+
}
215217

216218
jar {
217219
manifest {

0 commit comments

Comments
 (0)