Fixing build syntax

This commit is contained in:
Adubbz 2016-01-01 12:48:43 +11:00
parent 4774e8e3d8
commit 02e46a66d8
1 changed files with 2 additions and 2 deletions

View File

@ -147,10 +147,10 @@ uploadArchives {
repositories {
mavenDeployer {
if (project.hasProperty('filesmaven'))
if (project.hasProperty('filesmaven'))
{
repository(url: project.filesmaven.url) {
authentication(userName: forgeMavenUsername, privateKey: forgeMavenPassword)
authentication(userName: project.getProperty('forgeMavenUsername'), privateKey: project.getProperty('forgeMavenPassword'))
}
}
else