Skip to content

Instantly share code, notes, and snippets.

@Waterpicker
Created September 18, 2016 13:30
Show Gist options
  • Save Waterpicker/d3c4662546eae8de186fc87ada69dc91 to your computer and use it in GitHub Desktop.
Save Waterpicker/d3c4662546eae8de186fc87ada69dc91 to your computer and use it in GitHub Desktop.
D:\Github\Nucleus>gradlew build
########################
## Powered by Blossom ##
########################
:blossomSourceReplacementJava
:compileJava
Note: Writing plugin metadata to file:/D:/Github/Nucleus/build/classes/main/mcmod.info
D:\Github\Nucleus\build\sources\java\io\github\nucleuspowered\nucleus\argumentparsers\ItemAliasArgument.java:92: error: unreported exception X; must be caught or declared to be thrown
.orElseThrow(() -> args.createError(Nucleus.getNucleus().getMessageProvider().getTextMessageWithFormat("args.itemarg.orphanedarg", arg, id))));
^
where X,T are type-variables:
X extends Throwable declared in method <X>orElseThrow(Supplier<? extends X>)
T extends Object declared in class Optional
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
:compileJava FAILED
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.
BUILD FAILED
Total time: 46.729 secs
D:\Github\Nucleus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment