mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +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 {
|
java {
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
|
||||||
withSourcesJar()
|
|
||||||
withJavadocJar()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue