Skip to content

Commit

Permalink
Added missing configs to upload to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
extmkv committed Sep 10, 2024
1 parent 5ca5546 commit 291719c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ plugins {
alias(libs.plugins.mavenPublish)
}

configure(subprojects) {

allprojects {
pluginManager.withPlugin("com.vanniktech.maven.publish") {
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
signAllPublications()
}
}
Expand Down

0 comments on commit 291719c

Please sign in to comment.