Gradle compiling issue
Liruxo opened this issue ยท 2 comments
Describe the bug
Building the current Flan's Mod only by cloning the repository is not possible
To Reproduce
Steps to reproduce the behaviour:
- Clone
- execute ./gradlew build
- observe the problem
Expected behaviour
gradle successfully builds
Log
Link to gist
Versions (please complete the following information):
- Forge: 1.12.2-14.23.5.2768
- Flan's Mod: Latest build of Github (as of 29.05.2019)
Additional context
This bug is caused by the the two commits 2c2bb2f and d39c905 of "Flan" who seems to use a different version/gradle configuration than in the repositiory
Reverted @jamioflan's commit in dde965b.
Looks like he was using 1.11 method names for some reason.