mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
fix builds
This commit is contained in:
@@ -30,6 +30,14 @@ allprojects {
|
|||||||
reports.html.required.set(false)
|
reports.html.required.set(false)
|
||||||
reports.junitXml.required.set(false)
|
reports.junitXml.required.set(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<Copy>().configureEach {
|
||||||
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.withType<Jar>().configureEach {
|
||||||
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
|
|||||||
Reference in New Issue
Block a user