Advertisement
moutan

compile error

Dec 16th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2020.5.47520, fabric-1.16.3, 64-bit, 16274 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: F:\Program Files\Pylo\MCreator\jdk
  3. > Configure project :
  4. Fabric Loom: 0.4.33 Build(jenkins #33)
  5. :setting up loom dependencies
  6. :setting up mappings (yarn 1.16.3+build.1)
  7. Configuring compiler arguments for Java
  8. > Task :compileJava FAILED
  9. 2020-12-16 18:44:55,408 Daemon worker Thread 4 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
  10. Note: SpongePowered MIXIN Annotation Processor Version=0.8.2
  11. Note: ObfuscationServiceFabric supports type: "official:intermediary"
  12. Note: ObfuscationServiceFabric supports type: "official:named"
  13. Note: ObfuscationServiceFabric supports type: "intermediary:official"
  14. Note: ObfuscationServiceFabric supports type: "intermediary:named"
  15. Note: ObfuscationServiceFabric supports type: "named:official"
  16. Note: ObfuscationServiceFabric supports type: "named:intermediary"
  17. Note: ObfuscationServiceMCP supports type: "searge"
  18. Note: ObfuscationServiceMCP supports type: "notch"
  19. C:\Users\lmdic\MCreatorWorkspaces\emerald\src\main\java\net\mcreator\emerald\EmeraldMod.java:27: error: cannot find symbol
  20. public static final Item CustomPickaxe_TOOL = Registry.register(Registry.ITEM, id("custom_pickaxe"), CustomPickaxeTool.INSTANCE);
  21. ^
  22. symbol: variable CustomPickaxeTool
  23. location: class EmeraldMod
  24. 1 error
  25. FAILURE: Build failed with an exception.
  26. * What went wrong:
  27. Execution failed for task ':compileJava'.
  28. > Compilation failed; see the compiler error output for details.
  29. * Try:
  30. 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.
  31. * Get more help at https://help.gradle.org
  32. BUILD FAILED in 1s
  33. 1 actionable task: 1 executed
  34. BUILD FAILED
  35. Task completed in 2472 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement