mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-03 10:39:57 -04:00
Fix javadoc jar not being published to maven
This commit is contained in:
parent
dba69fc641
commit
a279af2a9a
1 changed files with 1 additions and 3 deletions
|
@ -147,9 +147,6 @@ subprojects {
|
|||
artifact(sourcesJar) {
|
||||
builtBy remapSourcesJar
|
||||
}
|
||||
artifact (javadocJar) {
|
||||
builtBy javadocJar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -186,6 +183,7 @@ publishing {
|
|||
artifact(sourcesJar) {
|
||||
builtBy remapSourcesJar
|
||||
}
|
||||
artifact javadocJar
|
||||
pom.withXml {
|
||||
def depsNode = asNode().appendNode("dependencies")
|
||||
subprojects.each {
|
||||
|
|
Loading…
Add table
Reference in a new issue