Skip to content

Commit

Permalink
Setup gradle plugin for correct snapshot publication
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 28, 2024
1 parent e524c9c commit cb242e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class SonatypePlugin : Plugin<Project> {
apply(plugin = "org.gradle.maven-publish")

project.plugins.matching { it is JavaPlugin }.all {
project.tasks.matching { it.name == "dokkaJavadoc" }.all {
project.tasks.matching { it.name == "dokka" }.all {
val javadocTask: Task = this
tasks.create<Jar>("javadocJar") {
archiveClassifier.set(JAVADOC)
Expand Down

0 comments on commit cb242e7

Please sign in to comment.