Skip to content

Commit

Permalink
TECH: fix module naming (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSumin authored Dec 28, 2022
1 parent fd875d1 commit 291984e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ publishing {
register<MavenPublication>("release") {
afterEvaluate {
from(components["release"])
artifactId = publishExtension.artifactId.get()
}
}
}
Expand Down

0 comments on commit 291984e

Please sign in to comment.