Skip to content

Commit

Permalink
Upgrade to CUBA 7.2-SNAPSHOT #92
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Jan 24, 2020
1 parent 179412d commit 88c15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.cubaVersion = '7.2-SNAPSHOT'
ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2-SNAPSHOT'
repositories {
mavenLocal()
if (System.getenv('HAULMONT_REPOSITORY_URL')) {
Expand Down

0 comments on commit 88c15a1

Please sign in to comment.