Ver código fonte

Fix LICENSE name

Lortseam 4 anos atrás
pai
commit
41bfb067cc
1 arquivos alterados com 1 adições e 3 exclusões
  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