Closed codetaylor closed 6 years ago
Thanks for the report. McJty had said something about the issue but nobody could work it out. It seems this bug is introduced by upgrading the gradle wrapper to a version above 4.2.1, I don't know specifically which version the issue was introduced, or how to fix it. Here is a diff check of the poms with 4.2.1 vs 4.9. https://www.diffchecker.com/XaAB0k45
@artdude543 Can you try with 2.0.108 and let me know how it goes?
2.0.108 works as expected.
Thank you for your time. :)
@darkhax I've found a fix for this for anybody in the future, as this was still a problem for me (Currently works in Gradle v4.10.3), you just do this:
compile("net.darkhax.gamestages:GameStages-" + v_minecraft + ":" + v_gamestages" + ":deobf")
@ejektaflex This was an issue on my end and not something people should fix on their end.
I was updating my versions today and couldn't build with the latest gamestages because of a dependency that it couldn't find:
It looks like from 2.0.101 to 2.0.106 all the .pom files have
deobf.
in front.