Add {javadoc,sources}Jar as artifacts

This commit is contained in:
Michael Bull 2017-10-21 22:37:45 +01:00
parent 7052be1c5e
commit da77504fa7
1 changed files with 5 additions and 0 deletions

View File

@ -62,3 +62,8 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
from sourceSets.main.allSource
}
artifacts {
archives javadocJar
archives sourcesJar
}