Update build.gradle

This commit is contained in:
2025-05-05 16:07:03 +03:00
parent 85dccc65fd
commit 8214db2388

View File

@ -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 {