zyx před 2 roky
rodič
revize
01826a3b04
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -22,7 +22,7 @@ jar {
                 "Manifest-Version": 1.0,
                 "Main-Class": "org.example.Main")
     }
-    archiveName = 'app.jar'
+    archiveFileName = 'app.jar'
     from { configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
     into('assets') {
         from 'assets'