Hello everyone,
I have a problem executing these commands:
./gradlew build
./gradlew eclipse
./gradlew setupDecompWorkspace
I am trying to start coding a mod on eclipse
this is what I'm using
macOs Mojave version 10.14.6
Java JDK-8u241
Forge SDK 1.15.2
This is the error i get after executing the
./gradlew build
command:
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.1.0_mapped_snapshot_20190719-1.14.3
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Workspace'.
> java.lang.NoSuchFieldException: modifiers
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 8s
I have also tried disabling my firewall as it might have been a problem with the download, but no luck there...
It is also my first time posting on a forum about something like this since i couldn't find anything online related to this problem.
Thank you in advance to whoever attempts to clear this up.