diff --git a/build.gradle b/build.gradle index 34f36fa..e2382c0 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ */ buildscript { - ext.cubaVersion = '7.2-SNAPSHOT' + ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2-SNAPSHOT' repositories { mavenLocal()