Advertisement
jadenquinn

dsrftd

Mar 27th, 2021
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Executing
  2. Gradle task: build
  3.  
  4. Build
  5. info: MCreator 2021.1.12313 EAP (12313), spigot-1.16.5, 64-bit, 32699 MB,
  6. Windows 10, JVM 1.8.0_275, JAVA_HOME:
  7. C:\Users\jaden\Downloads\MCreatorEAP20211b12313\jdk
  8.  
  9. BUILD
  10. FAILED
  11.  
  12. Task
  13. completed in 4 seconds
  14.  
  15. >
  16. Task :compileJava FAILED
  17.  
  18. C:\Users\jaden\MCreatorWorkspaces\jadensplug\src\main\java\to\us\iredmc\jadensplug\JadensplugMod.java:23:
  19. error: cannot find symbol
  20.  
  21. getServer().getPluginManager().registerEvents(new
  22. JadenfallCommandExecutedProcedure(), this);
  23.  
  24.  
  25. ^
  26.  
  27.  
  28. symbol: class JadenfallCommandExecutedProcedure
  29.  
  30.  
  31. location: class JadensplugMod
  32.  
  33. 1
  34. error
  35.  
  36. FAILURE:
  37. Build failed with an exception.
  38.  
  39. *
  40. What went wrong:
  41.  
  42. Execution
  43. failed for task ':compileJava'.
  44.  
  45. >
  46. Compilation failed; see the compiler error output for details.
  47.  
  48. *
  49. Try:
  50.  
  51. Run
  52. with --stacktrace option to get the stack trace. Run with --info or
  53. --debug option to get more log output. Run with --scan to get full
  54. insights.
  55.  
  56. *
  57. Get more help at https://help.gradle.org
  58.  
  59. BUILD
  60. FAILED in 244ms
  61.  
  62. 1
  63. actionable task: 1 executed
  64.  
  65. BUILD
  66. FAILED
  67.  
  68. Task
  69. completed in 1 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement