fix: remove javadoc jar (also trigger release)

This commit is contained in:
Sculas
2022-06-18 22:52:49 +02:00
committed by GitHub
parent 9e0a74fcfb
commit 56f6ca3891

View File

@ -42,7 +42,6 @@ tasks {
java {
withSourcesJar()
withJavadocJar()
}
publishing {
@ -61,4 +60,4 @@ publishing {
from(components["java"])
}
}
}
}