Paralithic icon indicating copy to clipboard operation
Paralithic copied to clipboard

Publish java sources & javadoc

Open solonovamax opened this issue 1 year ago • 0 comments

Currently, the sources and javadoc are not published to maven.

simply adding

java {
    withSourcesJar()
    withJavadocJar()
}

to build.gradle.kts will publish the sources.

solonovamax avatar Jul 11 '24 23:07 solonovamax