Merge branch 'patch-1' of github.com:AbrarSyed/ironchest
This commit is contained in:
commit
11b00d4bd6
|
@ -100,6 +100,7 @@ artifacts {
|
||||||
|
|
||||||
// Configure an upload task. this is setup for uploading to files.minecraftforge.net. There are other examples around
|
// Configure an upload task. this is setup for uploading to files.minecraftforge.net. There are other examples around
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
|
dependsOn 'reobf'
|
||||||
repositories {
|
repositories {
|
||||||
if (project.hasProperty("filesmaven")) {
|
if (project.hasProperty("filesmaven")) {
|
||||||
logger.info('Publishing to files server')
|
logger.info('Publishing to files server')
|
||||||
|
|
Loading…
Reference in New Issue