core version moved in gradle.properties
This commit is contained in:
@ -19,7 +19,7 @@ apply plugin: 'maven-publish'
|
|||||||
targetCompatibility = 1.6
|
targetCompatibility = 1.6
|
||||||
|
|
||||||
ncore {
|
ncore {
|
||||||
coreVersion = '1.3.9.1'
|
coreVersion = project.properties.'biz.redsoft.ncore.version'
|
||||||
sourceEncoding = 'UTF-8'
|
sourceEncoding = 'UTF-8'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
biz.redsoft.ncore.version=1.3.17.0
|
Reference in New Issue
Block a user