Skip to content

Commit

Permalink
Make Gradle happy by having an explicit duplicates strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Sep 22, 2023
1 parent 5208aed commit 63782d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,7 @@ tasks.withType<Jar> {
)
}

duplicatesStrategy = DuplicatesStrategy.INCLUDE

from(configurations.runtimeClasspath.get().files.map { if (it.isDirectory) it else zipTree(it) })
}

0 comments on commit 63782d4

Please sign in to comment.