It's probably not a good idea, but I wanted to try modding with the beta 1.13.2 Forge MDK. Unfortunately, I can't get past setting up the workspace.
What I've done:
1. Download Forge MDK (25.0.56)
2. Copy files within Forge MDK to another folder called "TestMod"
3. Open PowerShell within the folder, run .\gradlew eclipse
4. End up with the following:
5. It says "BUILD SUCCESSFUL", open Eclipse and import new Gradle project (importing the "TestMod" folder)
6. ExampleMod has 42 errors, including things like "FMLJavaModLoadingContext cannot be resolved". I also can't find any of the Minecraft-related files that I recall there being in previous versions.
7. Run .\gradlew eclipse again, outputs this (pretty much the same thing as before):
8. Import the folder into Eclipse again, no changes.
I feel like I'm doing something wrong, but I can't find any answers as to what I should be doing. (I did try to read as many stickied posts as I could, but I might've missed something)