Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed May 14, 2021
1 parent 11b700b commit 3abbadc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ val buildExtraGradleFile = File(rootDir, "build.extra.gradle.kts")
if (buildExtraGradleFile.exists()) {
apply(from = buildExtraGradleFile)
}

allprojects {
tasks.withType(Copy::class.java).all {
//this.duplicatesStrategy = org.gradle.api.file.DuplicatesStrategy.WARN
this.duplicatesStrategy = org.gradle.api.file.DuplicatesStrategy.EXCLUDE
//println("Task $this")
}
}

0 comments on commit 3abbadc

Please sign in to comment.