Fix Schema Publication

This commit is contained in:
Gary Russell
2021-06-24 14:58:02 -04:00
parent b2a2cc0d06
commit b7fb6991ae

View File

@@ -672,6 +672,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
artifact docsZip
artifact schemaZip
artifact distZip
}
}