Advertisement
jadenquinn

Error Spigot

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