Explorar el Código

Fix LICENSE name

Lortseam hace 4 años
padre
commit
41bfb067cc
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      build.gradle

+ 1 - 3
build.gradle

@@ -55,9 +55,7 @@ java {
 }
 
 jar {
-    from("LICENSE") {
-        rename { "${it}_${project.archivesBaseName}"}
-    }
+    from "LICENSE"
 }
 
 // configure the maven publication