Testing...

This commit is contained in:
Adubbz 2015-09-19 17:28:59 +10:00
parent e68102d047
commit d0afad1022
1 changed files with 7 additions and 0 deletions

View File

@ -165,8 +165,15 @@ curse {
uploadArchives {
dependsOn 'reobf'
println 'HI there!'
repositories {
if (project.hasProperty("filesmaven")) {
println project.filesmaven.username
println project.filesmaven.key
logger.info('Publishing to files server')
mavenDeployer {