Skip to content

Commit

Permalink
fix: enable sonatypePortalPublisher in build.gradle.kts
Browse files Browse the repository at this point in the history
Enable sonatypePortalPublisher in build.gradle.kts for publishing settings.
  • Loading branch information
hanrw committed Apr 27, 2024
1 parent d186983 commit 4472aa7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ plugins {
alias(libs.plugins.build.dokka.plugin)

alias(libs.plugins.kotlinx.binary.validator) apply false
// id("com.tddworks.central-portal-publisher") version "0.0.2"
id("com.tddworks.central-portal-publisher") version "0.0.2"
}

//sonatypePortalPublisher {
// settings {
// autoPublish = false
// aggregation = true
// }
//}
sonatypePortalPublisher {
settings {
autoPublish = false
aggregation = true
}
}


dependencies {
Expand Down

0 comments on commit 4472aa7

Please sign in to comment.