build/fabric: Publish Javadoc jar

This commit is contained in:
Jason Penilla 2021-07-05 03:23:21 -07:00
parent 8bdaeb1c8c
commit ed6cbf3bbf
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8

View file

@ -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