Incompatible with Gradle 7
PaintNinja opened this issue · 1 comments
PaintNinja commented
MixinGradle appears to be incompatible with Gradle 7 at the moment. I've tried doing a PR myself however my Gradle plugin dev knowledge is very barebones so I didn't get far.
To reproduce:
- Download the latest Forge MDK
gradlew wrapper --gradle-version 7.0.2
- Change ForgeGradle version to
5.0.1
- Apply MixinGradle and the annotationProcessor line as usual
gradlew build
Stacktrace: https://pastebin.com/raw/YpQTFTGB
shartte commented
I believe this is now fixed in the master-branch. At least I am not getting this problem anymore.