core version moved in gradle.properties

This commit is contained in:
sergey.larin
2015-04-27 15:15:18 +03:00
parent 7769ce557f
commit b06e5434b8
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ apply plugin: 'maven-publish'
targetCompatibility = 1.6
ncore {
coreVersion = '1.3.9.1'
coreVersion = project.properties.'biz.redsoft.ncore.version'
sourceEncoding = 'UTF-8'
}

1
gradle.properties Normal file
View File

@ -0,0 +1 @@
biz.redsoft.ncore.version=1.3.17.0