ci(java): skip generation of src and javadoc jar

This commit is contained in:
zaaarf 2024-09-18 14:14:29 +02:00
parent 062f10b68a
commit bab4fa6ea3
No known key found for this signature in database
GPG key ID: C91CFF9E2262BBA1

View file

@ -12,8 +12,6 @@ version = '0.0.1'
java {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
withSourcesJar()
withJavadocJar()
}
repositories {