Skip to content

Commit

Permalink
license fix
Browse files Browse the repository at this point in the history
  • Loading branch information
19MisterX98 committed Dec 8, 2024
1 parent 0a6cb26 commit 425c01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ java {
}

jar {
from("LICENSE") {
rename { "${it}_${project.base.archivesName.get()}"}
}
from("LICENSE")

from(configurations.includedLibrary.collect { it.isDirectory() ? it : zipTree(it) }) {
include 'com/seedfinding/**'
}
Expand Down

0 comments on commit 425c01c

Please sign in to comment.