Advertisement
Guest User

Error

a guest
Dec 30th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2020.4.32115, forge-1.15.2, 64-bit, 16322 MB, Windows 10, JVM 1.8.0_252, JAVA_HOME: C:\Users\You won't get my name :)\Desktop\hel p me\MCreator20204\jdk
  3. > Configure project :
  4. New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  5. > Task :compileJava
  6. C:\Users\Still won't get my name :)\MCreatorWorkspaces\op\src\main\java\net\mcreator\op\gui\HealthHacksGui.java:460: error: cannot find symbol
  7. $_dependencies.put("itemstack", itemstack);
  8. ^
  9. symbol: variable itemstack
  10. location: class HealthHacksGui
  11. 1 error
  12. > Task :compileJava FAILED
  13. FAILURE: Build failed with an exception.
  14. * What went wrong:
  15. Execution failed for task ':compileJava'.
  16. > Compilation failed; see the compiler error output for details.
  17. * Try:
  18. 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.
  19. * Get more help at https://help.gradle.org
  20. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  21. Use '--warning-mode all' to show the individual deprecation warnings.
  22. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  23. BUILD FAILED in 6s
  24. 1 actionable task: 1 executed
  25. BUILD FAILED
  26. Task completed in 13473 milliseconds
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement