Skip to content

Commit ed6cbf3

Browse files
committed
build/fabric: Publish Javadoc jar
1 parent 8bdaeb1 commit ed6cbf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cloud-minecraft/cloud-fabric/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ indra {
8383
artifact(tasks.sourcesJar) {
8484
builtBy(tasks.remapSourcesJar)
8585
}
86+
artifact(tasks.javadocJar) {
87+
builtBy(tasks.javadocJar)
88+
}
8689

8790
// Loom is broken with project dependencies in the same build (because it resolves dependencies during configuration)
8891
// Please look away

0 commit comments

Comments
 (0)