Skip to content

Commit

Permalink
build: use proper way to configure Publishing Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 21, 2021
1 parent 093dde9 commit 44fda5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pluginBundle {
tags = listOf("flix")
}

configure<PublishingExtension> {
publishing {
publications.withType<MavenPublication> {
pom {
scm {
Expand Down

0 comments on commit 44fda5e

Please sign in to comment.