Skip to content

Commit

Permalink
jarタスクにduplicatesStrategyを追加 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Nov 24, 2021
1 parent 2949765 commit 9330b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jar {
archiveBaseName = 'tkite'

from { configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) } }

duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

test {
Expand Down

0 comments on commit 9330b63

Please sign in to comment.