Update build.gradle
This commit is contained in:
@ -8,7 +8,6 @@ plugins {
|
||||
id 'gradle-ncore' version("$pluginVersion")
|
||||
}
|
||||
|
||||
apply from: "dependencies.gradle"
|
||||
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@ -17,6 +16,9 @@ ncore {
|
||||
sourceEncoding = 'UTF-8'
|
||||
}
|
||||
|
||||
|
||||
apply from: "dependencies.gradle"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://ncore-repo.red-soft.ru/repository/ncore'
|
||||
|
Reference in New Issue
Block a user