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 71b4f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,4 @@ plugins {
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.mavenPublish)
}

configure(subprojects) {

pluginManager.withPlugin("com.vanniktech.maven.publish") {
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
signAllPublications()
}
}
}
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ POM_DEVELOPER_ID=adidas
POM_DEVELOPER_NAME=adidas
POM_DEVELOPER_URL=https://github.com/adidas/
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4608m
org.gradle.jvmargs=-Xmx4608m
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

0 comments on commit 71b4f69

Please sign in to comment.