Refactor the maven upload build stuff

This also adds the required javadoc jars
This commit is contained in:
Ben Gruver
2014-01-18 11:33:39 -08:00
parent 0845df7dd0
commit 1d28b32ff5
6 changed files with 60 additions and 78 deletions

View File

@ -36,15 +36,6 @@ dependencies {
testCompile depends.junit
}
task sourcesJar(type: Jar) {
classifier = 'sources'
from sourceSets.main.allJava
}
artifacts {
archives sourcesJar
}
uploadArchives {
repositories.mavenDeployer {
pom.project {