Skip to content

Commit

Permalink
update build gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Jan 29, 2020
1 parent f798b14 commit 8c9ec8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

buildscript {
ext.cubaVersion = '7.2-SNAPSHOT'
ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2-SNAPSHOT'
repositories {
if (System.getenv('HAULMONT_REPOSITORY_URL')) {
maven {
Expand Down Expand Up @@ -49,7 +49,7 @@ apply(plugin: 'addon-gradle-plugin')
cuba {
artifact {
group = 'com.haulmont.addon.cubaaws'
version = '0.1'
version = '1.0'
isSnapshot = true
}
tomcat {
Expand Down

0 comments on commit 8c9ec8e

Please sign in to comment.