Skip to content

Commit 95dada7

Browse files
committed
fix: add sources and javadoc JARs for Maven Central compliance
1 parent 7a20caf commit 95dada7

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
@@ -15,6 +15,8 @@ logger.lifecycle("Version: $version")
1515
java {
1616
sourceCompatibility = JavaVersion.VERSION_17
1717
targetCompatibility = JavaVersion.VERSION_17
18+
withSourcesJar()
19+
withJavadocJar()
1820
}
1921

2022
kotlin {

0 commit comments

Comments
 (0)