Skip to content
Snippets Groups Projects
Verified Commit 998c8089 authored by Ira ¯\_(ツ)_/¯'s avatar Ira ¯\_(ツ)_/¯
Browse files

Add duplicates strategy to build file to be gradle v7 compatible

parent e571135f
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ dependencies {
tasks {
jar {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
from(configurations.runtimeClasspath.get().map { if (it.isDirectory) it else zipTree(it) }) {
exclude("META-INF/MANIFEST.MF")
exclude("META-INF/*.SF")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment