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

@@ -52,7 +52,7 @@ tasks.withType(JavaCompile) {
task nativesJar(type: Jar) {
dependsOn copyVtmResources, copyVtmThemesResources
classifier 'natives'
archiveClassifier = 'natives'
from('natives')
}