Add sources and javadoc jar to publish

This commit is contained in:
Lukas Rieger (Blue) 2023-06-26 16:31:44 +02:00
parent 85e3763d7a
commit f44fd20f5f
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ val javaTarget = 11
java {
sourceCompatibility = JavaVersion.toVersion(javaTarget)
targetCompatibility = JavaVersion.toVersion(javaTarget)
withSourcesJar()
withJavadocJar()
}
repositories {