Skip to content

Commit

Permalink
fix: exclude duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 committed Oct 15, 2024
1 parent ab9e87c commit 99f5f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maestro-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ tasks.named("compileKotlin", KotlinCompilationTask::class.java) {
}
}

tasks.withType<Jar> {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
}
Expand Down

0 comments on commit 99f5f1f

Please sign in to comment.