Skip to content

Commit 34c8701

Browse files
committed
Add javadoc and sources configuration
1 parent 0f531d1 commit 34c8701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ java {
1313
toolchain {
1414
languageVersion.set(JavaLanguageVersion.of(21))
1515
}
16+
withJavadocJar()
17+
withSourcesJar()
1618
}
1719

1820
dependencies {

0 commit comments

Comments
 (0)