Changeset 49b802c in Primary

Timestamp:
May 15, 2020 2:27:14 AM (4 years ago)
Author:
Jonathan Neufeld <support@…>
Branches:
bugfix/twilight-forest-freezes, feature/aac-radio-playback, feature/entity-update-scheduling, master
Children:
20c13d0
Parents:
ca0918a
Message:

Cyclic problem in Forge Gradle build: Mod JARs must be reobfuscated (clean Vanilla names converted back to Searge names in the mod JARs) but Forge designed the task dependencies wrong as well as employs the anti-pattern of mutating the output JAR. This creates a mutual exclusion between the root project JAR and sub-project JAR preventing them from all being reobfuscated together.

This means we're forced to run "gradlew reobf runSmoke" instead of having one convenient task to call (Gradle is still a mystery to me).

(No files)

Note: See TracChangeset for help on using the changeset viewer.