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,8 +36,4 @@ dependencies {
compile 'org.antlr:ST4:4.0.7'
testCompile 'junit:junit:4.6'
}
// this is a test-only project that we don't need to upload to maven
signArchives.enabled = false
uploadArchives.enabled = false
}