Fix javadoc jar not being published to maven

This commit is contained in:
modmuss50 2020-02-14 15:24:32 +00:00
parent dba69fc641
commit a279af2a9a

View file

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