Skip to content

Commit 02650bb

Browse files
committed
Build: Fix jars not always being copied
1 parent 9641955 commit 02650bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ tasks {
104104
from("LICENSE") {
105105
rename { "${name}_${base.archivesName.get()}" }
106106
}
107+
}
107108

109+
build {
108110
doLast {
109111
allprojects {
110112
copy {

0 commit comments

Comments
 (0)