Apparently this works now (something earlier must've fixed it)
This commit is contained in:
parent
7581c1c030
commit
0d026621fe
1 changed files with 3 additions and 4 deletions
|
@ -91,7 +91,6 @@ processResources {
|
|||
}
|
||||
}
|
||||
|
||||
// change the name of my obfuscated jar
|
||||
jar {
|
||||
manifest {
|
||||
//attributes 'FMLCorePlugin': 'biomesoplenty.asm.BOPFMLLoadingPlugin'
|
||||
|
@ -139,9 +138,9 @@ task deobfJar(type: Jar) {
|
|||
}
|
||||
|
||||
artifacts {
|
||||
deployJars sourceJar
|
||||
deployJars deobfJar
|
||||
deployJars apiJar
|
||||
archives sourceJar
|
||||
archives deobfJar
|
||||
archives apiJar
|
||||
}
|
||||
|
||||
uploadArchives {
|
||||
|
|
Loading…
Reference in a new issue