Skip to content

Commit

Permalink
Fix publishing 'java' -> 'kotlin'
Browse files Browse the repository at this point in the history
  • Loading branch information
glureau committed May 26, 2023
1 parent aa87455 commit bac5864
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 @@ -66,7 +66,7 @@ publishing {
publications {
val htmlMermaidDokkaPlugin by creating(MavenPublication::class) {
artifactId = project.name
from(components["java"])
from(components["kotlin"])
artifact(javadocJar.get())

pom {
Expand Down

0 comments on commit bac5864

Please sign in to comment.