Hello, I'm somewhat new to modding, especially in 1.7+, and I am having an issue. As of right now, I can launch Minecraft from Intellij, but nothing that I code will load. I left the "ExampleMod" that comes in the workspace, and it isn't recognized by FML. I added my own (very) basic mod to my workspace and that wasn't recognized. I tried re-installing Forge from scratch, I tried pulling a working mod from GitHub and that still wasn't recognized. I don't know what else I could try. I have looked on Google and I didn't see anything about this issue. My log has a lot of errors (from Gradle by the looks of it) but I haven't been able to figure out the problem. Thanks in advance!
Here is the log: https://gist.github.com/noahgarrison/1a839e1a79b635cfd905
Here is the Repo with my code: https://github.com/noahgarrison/modding-trial
-Noah