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 {
|
||||
mavenJava(MavenPublication) {
|
||||
from components.java
|
||||
artifact sourcesJar
|
||||
artifact javadocJar
|
||||
pom {
|
||||
name = project.name
|
||||
description = rootProject.ext.description
|
||||
|
|
Loading…
Reference in a new issue