Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Apr 28, 2024
1 parent b1d4124 commit 6737d73
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

mavenPublishing {
configure(JavaLibrary(JavadocJar.None(), false))
publishing {
publications {
withType<MavenPublication> {
from(components["java"])
artifactId = base.archivesName.get()
}
}
}

0 comments on commit 6737d73

Please sign in to comment.