-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven no longer work for 1.12.2? #114
Comments
The "deobf." one is the one that setupDecompWorkspace creates. You need to run it again every time a "deobfCompile" dependency changes. |
|
I've found a workaround by removing the reference to EnderIO, then running |
Depending on both EC and EIO should fix the problem. Set EIO to |
They were both declared as dependency, with EnderCore first, like so:
It decided to go deobf for some reason, so I've changed it to deobCompile which fails without setting transitive to false on EnderIO.
Thanks for the help! |
Since a few days, I can no longer compile with dependencies on EnderCore with gradle as Maven can't find the deobf for EnderCore.
Gradle 4.10.2
ForgeGradle 2.3
The text was updated successfully, but these errors were encountered: