MixinGradle
MixinGradle copied to clipboard
Fix undeclared task dependency in configureReobfTask setup
Without it, it may run ahead of the compile task, where the tsrgFile is missing, and the configuration will not be properly applied
Fixes #38