add javadoc and source jar
This commit is contained in:
parent
80f80fdcc1
commit
99ba51369d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
from components.java
|
from components.java
|
||||||
|
artifact sourcesJar
|
||||||
|
artifact javadocJar
|
||||||
pom {
|
pom {
|
||||||
name = project.name
|
name = project.name
|
||||||
description = rootProject.ext.description
|
description = rootProject.ext.description
|
||||||
|
|
Loading…
Reference in a new issue