Skip to content

Commit

Permalink
fix: exclude duplicates (mobile-dev-inc#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 authored Oct 15, 2024
1 parent 40b01f7 commit 2064a97
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 2064a97

Please sign in to comment.