mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Trigger upsource update
This commit is contained in:
parent
a451eb6784
commit
e6b67ef1ce
@ -11,6 +11,7 @@ allprojects {
|
||||
//ext.tomcatDir = rootDir.absolutePath + '/../tomcat'
|
||||
}
|
||||
|
||||
//
|
||||
buildscript {
|
||||
ext.cubaVersion = '6.0-SNAPSHOT'
|
||||
ext.cubaVersion = rootProject.hasProperty('buildVersion') ? rootProject['buildVersion'] : cubaVersion
|
||||
|
Loading…
Reference in New Issue
Block a user