include sources & javadocs for api
This commit is contained in:
parent
47a94b36e2
commit
6df618d673
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ plugins {
|
|||
id "maven-publish"
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
|
Loading…
Reference in a new issue