Reverting gradle changes

This commit is contained in:
Adubbz 2015-01-12 12:06:26 +11:00
parent 026fcb8773
commit e2964e30e0
1 changed files with 3 additions and 3 deletions

View File

@ -140,13 +140,13 @@ artifacts {
archives deobfJar archives deobfJar
} }
task uploadArchives2 { uploadArchives {
dependsOn 'reobf' dependsOn 'reobf'
repositories { repositories {
if (project.hasProperty("filesmaven")) { if (project.hasProperty("filesmaven")) {
logger.info('Publishing to files server') logger.info('Publishing to files server')
mavenDeployer { mavenDeployer {
configuration = configurations.deployJars configuration = configurations.deployJars
repository(url: project.filesmaven.url) { repository(url: project.filesmaven.url) {