Browse Source

Fix LICENSE name

Lortseam 4 years ago
parent
commit
9196ae6049
1 changed files with 1 additions and 3 deletions
  1. 1 3
      build.gradle

+ 1 - 3
build.gradle

@@ -46,9 +46,7 @@ java {
 }
 
 jar {
-	from("LICENSE") {
-		rename { "${it}_${project.archivesBaseName}"}
-	}
+	from "LICENSE"
 }
 
 javadoc {