Skip to content

Commit d60e30b

Browse files
committed
Attempt to fix publishing.
1 parent 3e07e21 commit d60e30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-logic/src/main/kotlin/buildlogic.libs.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ tasks.register<Jar>("javadocJar") {
120120
tasks.named("assemble").configure {
121121
dependsOn(tasks.named("jar"))
122122
dependsOn(tasks.named("sourcesJar"))
123+
dependsOn(tasks.named("javadocJar"))
123124
}
124125

125126
project.apply<LibsConfigPluginHack>()

0 commit comments

Comments
 (0)