Jump to content

LLambri

Members
  • Posts

    8
  • Joined

  • Last visited

LLambri's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Solved. i deleted the Java 13 and kept Java 8 and it worked
  2. it still says i have Java 13 installed even though i followed the uninstalling procedures... i dont know what to do
  3. @Ugdhar I see the gradle.propieties file and I uninstalled Java 13 how do i specify the version i want to use?
  4. I'm on a mac and there is not gradle.propieties file. Do you mean build.gradle?
  5. java version "13" 2019-09-17 Java(TM) SE Runtime Environment (build 13+33) Java HotSpot(TM) 64-Bit Server VM (build 13+33, mixed mode, sharing) @Ugdhar Now i see that it is running Java 13 but how do i make it target Java 8?
  6. What should i do?
  7. I checked but i only have JDK 8 installed, at least I'm confident thats the case
  8. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.