Skip to content

Commit

Permalink
build/fabric: Publish Javadoc jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jul 5, 2021
1 parent 8bdaeb1 commit ed6cbf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloud-minecraft/cloud-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ indra {
artifact(tasks.sourcesJar) {
builtBy(tasks.remapSourcesJar)
}
artifact(tasks.javadocJar) {
builtBy(tasks.javadocJar)
}

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

0 comments on commit ed6cbf3

Please sign in to comment.