build/fabric: Publish Javadoc jar
This commit is contained in:
parent
8bdaeb1c8c
commit
ed6cbf3bbf
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ indra {
|
||||||
artifact(tasks.sourcesJar) {
|
artifact(tasks.sourcesJar) {
|
||||||
builtBy(tasks.remapSourcesJar)
|
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)
|
// Loom is broken with project dependencies in the same build (because it resolves dependencies during configuration)
|
||||||
// Please look away
|
// Please look away
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue