fixed reobfuscation
This commit is contained in:
parent
7e90e2ac1d
commit
5522c45034
|
@ -100,6 +100,7 @@ artifacts {
|
|||
|
||||
// Configure an upload task. this is setup for uploading to files.minecraftforge.net. There are other examples around
|
||||
uploadArchives {
|
||||
dependsOn 'reobf'
|
||||
repositories {
|
||||
if (project.hasProperty("filesmaven")) {
|
||||
logger.info('Publishing to files server')
|
||||
|
|
Loading…
Reference in New Issue