When trying to build the Fabric ExampleMod(link) I get this Error:
FAILURE: Build failed with an exception.
* Where:
Build file 'E:\Programmieren\Minecraft\Mods\Advanced Totems\build.gradle' line: 2
* What went wrong:
An exception occurred applying plugin request [id: 'fabric-loom', version: '0.5-SNAPSHOT']
> Failed to apply plugin 'fabric-loom'.
> Configuration with name 'compile' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
I have followed this tutorial(link)
What I have tried:
- Updating Java to Version 16
- ./gradlew --stop
- starting debug mode
Please help!