Skip to content

Commit

Permalink
build: dedupe publications
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Feb 6, 2023
1 parent 3af9d20 commit d544065
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ tasks {
}

publishing {
repositories {
maven {
url = uri(deployment.repo)

credentials {
username = deployment.user
password = deployment.password
}
}
}
publications {
create<MavenPublication>("mavenJava") {
from(components["java"])
Expand Down

0 comments on commit d544065

Please sign in to comment.