Update Gradle

This commit is contained in:
Emux
2023-04-14 10:20:58 +03:00
parent 6342756105
commit eef8ee3934
11 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ sourceSets {
file('natives').eachDir() { dir ->
task("nativesJar-${dir.name}", type: Jar) {
classifier "natives-${dir.name}"
archiveClassifier = "natives-${dir.name}"
from(dir.path)
}
}