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