Reverting gradle changes
This commit is contained in:
parent
026fcb8773
commit
e2964e30e0
1 changed files with 3 additions and 3 deletions
|
@ -140,13 +140,13 @@ artifacts {
|
|||
archives deobfJar
|
||||
}
|
||||
|
||||
task uploadArchives2 {
|
||||
uploadArchives {
|
||||
dependsOn 'reobf'
|
||||
repositories {
|
||||
if (project.hasProperty("filesmaven")) {
|
||||
logger.info('Publishing to files server')
|
||||
logger.info('Publishing to files server')
|
||||
|
||||
mavenDeployer {
|
||||
mavenDeployer {
|
||||
configuration = configurations.deployJars
|
||||
|
||||
repository(url: project.filesmaven.url) {
|
||||
|
|
Loading…
Reference in a new issue