Skip to content

Commit

Permalink
ci(java): skip generation of src and javadoc jar
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Sep 18, 2024
1 parent 062f10b commit bab4fa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ version = '0.0.1'

java {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
withSourcesJar()
withJavadocJar()
}

repositories {
Expand Down

0 comments on commit bab4fa6

Please sign in to comment.