mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(java): skip generation of src and javadoc jar
This commit is contained in:
parent
062f10b68a
commit
bab4fa6ea3
1 changed files with 0 additions and 2 deletions
2
dist/java/build.gradle
vendored
2
dist/java/build.gradle
vendored
|
@ -12,8 +12,6 @@ version = '0.0.1'
|
|||
|
||||
java {
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue