Skip to content

Commit 58e9281

Browse files
committed
Add missing MavenPublication
1 parent 6e99dcc commit 58e9281

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ tasks.withType<JavaCompile>().configureEach {
5656
}
5757

5858
publishing {
59+
publications {
60+
create<MavenPublication>("maven") {
61+
from(components["java"])
62+
}
63+
}
64+
5965
repositories {
6066
System.getenv("DEPLOYMENT_REPO_PASSWORD")?.let { deploymentRepoPassword ->
6167
maven {

0 commit comments

Comments
 (0)