build: package the Java sources

This commit is contained in:
oSumAtrIX 2023-08-26 19:10:29 +02:00
parent 5ba0b47e60
commit 37abb2db99
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -33,6 +33,10 @@ tasks {
kotlin { jvmToolchain(11) } kotlin { jvmToolchain(11) }
java {
withSourcesJar()
}
publishing { publishing {
repositories { repositories {
mavenLocal() mavenLocal()