Update build.gradle
This commit is contained in:
@ -8,6 +8,8 @@ plugins {
|
|||||||
id 'gradle-ncore' version('3.0.59')
|
id 'gradle-ncore' version('3.0.59')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//apply from: "dependencies.gradle"
|
||||||
|
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
ncore {
|
ncore {
|
||||||
@ -15,7 +17,6 @@ ncore {
|
|||||||
sourceEncoding = 'UTF-8'
|
sourceEncoding = 'UTF-8'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "dependencies.gradle"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
Reference in New Issue
Block a user