Browse Source

Fix LICENSE name

Lortseam 4 năm trước cách đây
mục cha
commit
41bfb067cc
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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