Skip to content

Commit

Permalink
Build: Fix jars not always being copied
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Jul 8, 2023
1 parent 9641955 commit 02650bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ tasks {
from("LICENSE") {
rename { "${name}_${base.archivesName.get()}" }
}
}

build {
doLast {
allprojects {
copy {
Expand Down

0 comments on commit 02650bb

Please sign in to comment.