Fix build script

This commit is contained in:
Christian 2013-12-23 20:24:40 -05:00
parent 20e0f821b3
commit 54731a2acc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ uploadArchives {
logger.info('Publishing to files server')
mavenDeployer {
configuration = configurations.deployerJars
configuration = configurations.deployJars
repository(url: project.filesmaven.url) {
authentication(userName: project.filesmaven.username, privateKey: project.filesmaven.key)