Paralithic
Paralithic copied to clipboard
Publish java sources & javadoc
Currently, the sources and javadoc are not published to maven.
simply adding
java {
withSourcesJar()
withJavadocJar()
}
to build.gradle.kts will publish the sources.