Skip to content

Commit

Permalink
using zipTree for arc-core
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 19, 2023
1 parent 7da161a commit 69d1472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tasks.test {
tasks.named<Jar>("jar") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
includeEmptyDirs = false
from(jarIncluding.toList())
from(jarIncluding.map { zipTree(it) })
}

// NOTE: All artifacts must have the same name.
Expand Down

0 comments on commit 69d1472

Please sign in to comment.