Skip to content

Commit 2064a97

Browse files
fix: exclude duplicates (#2093)
1 parent 40b01f7 commit 2064a97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maestro-client/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ tasks.named("compileKotlin", KotlinCompilationTask::class.java) {
105105
}
106106
}
107107

108+
tasks.withType<Jar> {
109+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
110+
}
111+
108112
mavenPublishing {
109113
publishToMavenCentral(SonatypeHost.S01)
110114
}

0 commit comments

Comments
 (0)