Hello, i've been trying to use gradlew to build th...
# community-support
m
Hello, i've been trying to use gradlew to build this project https://github.com/FabricMC/fabric-example-mod, but i've been getting this error
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Could not load compiled classes for settings file '/home/maneglegle/Desktop/github.com/fabric-example-mod/settings.gradle' from cache.
, I've tried deleting .gradle/cache, running gradlew with -
-no-configuration-cache --no-configure-on-demand --configuration-cache-problems warn --no-build-cache
, using a clean install, using a IDE (i tried on eclipse and idea, both gave me similar errors but with different settings.graddle paths), But nothing works.