mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
PL-9377 Release 6.6 Branch
This commit is contained in:
parent
8c4db0b620
commit
06e6a38cb7
@ -41,7 +41,7 @@ gradlew install
|
||||
Edit the `build.gradle` file of your project. Change the `ext.cubaVersion` property and add `mavenLocal()` to the `repositories` section, for example:
|
||||
```
|
||||
buildscript {
|
||||
ext.cubaVersion = '6.6-SNAPSHOT'
|
||||
ext.cubaVersion = '6.7-SNAPSHOT'
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { ...
|
||||
|
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
buildscript {
|
||||
ext.cubaVersion = '6.6-SNAPSHOT'
|
||||
ext.cubaVersion = '6.7-SNAPSHOT'
|
||||
ext.cubaVersion = rootProject.hasProperty('buildVersion') ? rootProject['buildVersion'] : cubaVersion
|
||||
|
||||
println("CUBA Platform Version ${ext.cubaVersion}")
|
||||
|
Loading…
Reference in New Issue
Block a user