superJK92

Untitled

Sep 5th, 2021 (edited)
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.22 KB | None | 0 0
  1. * What went wrong:
  2. A problem occurred configuring root project 'tinkers-evolution'.
  3. > Could not resolve all artifacts for configuration ':classpath'.
  4.    > Could not find ForgeGradle-Phanta.jar (net.minecraftforge.gradle:ForgeGradle-Phanta:2.4-SNAPSHOT).
  5.      Searched in the following locations:
  6.          https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle-Phanta/2.4-SNAPSHOT/ForgeGradle-Phanta-2.4-SNAPSHOT.jar
  7.  
  8. * Try:
  9. 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.
  10.  
  11. * Get more help at https://help.gradle.org
  12.  
  13. BUILD FAILED in 11s
  14.  
  15. Edit I got this after changing one of the lines from "files.minecraftforge.net/maven" to "maven.minecraftforge.net"
  16.  
  17. FAILURE: Build failed with an exception.
  18.  
  19. * Where:
  20. Build file 'C:\Users\super\tinkers-evolution\build.gradle' line: 2
  21.  
  22. * What went wrong:
  23. A problem occurred evaluating root project 'tinkers-evolution'.
  24. > Cannot get property 'c' on null object
  25.  
  26. * Try:
  27. 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.
  28.  
  29. * Get more help at https://help.gradle.org
Add Comment
Please, Sign In to add comment