Skip to content

Commit b1df1e9

Browse files
author
david
committed
add sources and javadocs jars
1 parent c72cb73 commit b1df1e9

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
@@ -10,6 +10,8 @@ version = "1.0.0"
1010
java {
1111
sourceCompatibility = JavaVersion.VERSION_21
1212
targetCompatibility = JavaVersion.VERSION_21
13+
withSourcesJar()
14+
withJavadocJar()
1315
}
1416

1517
repositories {

0 commit comments

Comments
 (0)