Fix build script
This commit is contained in:
parent
20e0f821b3
commit
54731a2acc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue