Skip to content

Commit

Permalink
build.gradle.kts - test without javadoc jar
Browse files Browse the repository at this point in the history
- is failing on jitpack
  • Loading branch information
ShaneBeee committed Feb 12, 2025
1 parent ff0d1a3 commit 7d85901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ val projectVersion = "1.0.0"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
withJavadocJar()
withSourcesJar()
}

Expand Down

0 comments on commit 7d85901

Please sign in to comment.