Guest User

Untitled

a guest
Jul 4th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. > gradlew build
  2. ****************************
  3. Powered By MCP:
  4. http://mcp.ocean-labs.de/
  5. Searge, ProfMobius, Fesh0r,
  6. R4wk, ZeuX, IngisKahn, bspkrs
  7. MCP Data version : unknown
  8. ****************************
  9. :compileApiJava UP-TO-DATE
  10. :processApiResources UP-TO-DATE
  11. :apiClasses UP-TO-DATE
  12. :sourceMainJava UP-TO-DATE
  13. :compileJava
  14. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  15. G:\1\Work\MA\skyminecore\build\sources\java\skymine\redenergy\core\config\ConfigLoader.java:36: error: lambda expressions are not supported in -source 1.6
  16. fields.forEach(f -> {
  17. ^
  18. (use -source 8 or higher to enable lambda expressions)
  19. 1 error
  20. 1 warning
  21. :compileJava FAILED
  22.  
  23. FAILURE: Build failed with an exception.
  24.  
  25. * What went wrong:
  26. Execution failed for task ':compileJava'.
  27. > Compilation failed; see the compiler error output for details.
  28.  
  29. * Try:
  30. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  31.  
  32. BUILD FAILED
  33.  
  34. Total time: 7.361 secs
Advertisement
Add Comment
Please, Sign In to add comment