build: package the Java sources

This commit is contained in:
oSumAtrIX
2023-08-26 19:10:29 +02:00
parent 5ba0b47e60
commit 37abb2db99

View File

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