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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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