Parcourir la source

Fix LICENSE name

Lortseam il y a 4 ans
Parent
commit
41bfb067cc
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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