Skip to content

Commit

Permalink
🚑️Sources!
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSlover committed Mar 26, 2024
1 parent 9b3f374 commit 3c42181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
withSourcesJar()
withJavadocJar()
}
test {
useJUnitPlatform()
Expand Down

0 comments on commit 3c42181

Please sign in to comment.