Skip to content

Commit

Permalink
updated build code
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Apr 10, 2023
1 parent 3dadd2f commit 9854159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,4 @@ jar {
exclude "META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA"
}
from("LICENSE") { rename { "${it}_${project.archivesBaseName}" } }
from("LICENSE_multiconnect") { rename { "${it}_${project.archivesBaseName}" } }
from("LICENSE_GENERAL_MIT") { rename { "${it}_${project.archivesBaseName}" } }
}

0 comments on commit 9854159

Please sign in to comment.