ncore v1.3.9.1
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'http://nexus.red-soft.biz/nexus/content/groups/public' }
|
maven { url 'http://nexus.red-soft.biz/nexus/content/groups/public' }
|
||||||
|
mavenLocal()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'biz.redsoft.gradle.ncore:gradle-ncore:+'
|
classpath 'biz.redsoft.gradle.ncore:gradle-ncore:+'
|
||||||
@ -18,7 +19,7 @@ apply plugin: 'maven-publish'
|
|||||||
targetCompatibility = 1.6
|
targetCompatibility = 1.6
|
||||||
|
|
||||||
ncore {
|
ncore {
|
||||||
coreVersion = '1.3.7.1'
|
coreVersion = '1.3.9.1'
|
||||||
sourceEncoding = 'UTF-8'
|
sourceEncoding = 'UTF-8'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user