Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing
- Gradle task: build
- Build
- info: MCreator 2021.1.12313 EAP (12313), spigot-1.16.5, 64-bit, 32699 MB,
- Windows 10, JVM 1.8.0_275, JAVA_HOME:
- C:\Users\jaden\Downloads\MCreatorEAP20211b12313\jdk
- >
- Task :compileJava FAILED
- C:\Users\jaden\MCreatorWorkspaces\jadensplug\src\main\java\to\us\iredmc\jadensplug\JadensplugMod.java:23:
- error: cannot find symbol
- getServer().getPluginManager().registerEvents(new
- JadenCommandExecutedProcedure(), this);
- ^
- symbol: class JadenCommandExecutedProcedure
- location: class JadensplugMod
- 1
- error
- FAILURE:
- Build failed with an exception.
- *
- What went wrong:
- Execution
- failed for task ':compileJava'.
- >
- Compilation failed; see the compiler error output for details.
- *
- Try:
- 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.
- *
- Get more help at https://help.gradle.org
- BUILD
- FAILED in 203ms
- 1
- actionable task: 1 executed
- BUILD
- FAILED
- Task
- completed in 3 seconds
- BUILD
- FAILED
- Task
- completed in 3 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement