Repaired merge error

This commit is contained in:
Szum123321 2021-08-03 23:47:56 +02:00
parent d24aa5c9e8
commit cb55d5c9a4

View File

@ -85,7 +85,6 @@ jar {
from("LICENSE") { from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"} rename { "${it}_${project.archivesBaseName}"}
} }
}
from("Copyright_Notice") from("Copyright_Notice")
} }