Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  2. C:\Users\Axel\Desktop\githome\2016\BlockHats\build\sources\main\java\subaraki\pa
  3. intings\mod\client\proxy\ClientProxy.java:13: error: method references are not s
  4. upported in -source 1.6
  5. RenderingRegistry.registerEntityRenderingHandler(EntityPainting.
  6. class, RenderPaintingLate::new);
  7.  
  8. ^
  9. (use -source 8 or higher to enable method references)
  10. 1 error
  11. 1 warning
  12. :compileJava FAILED
  13.  
  14. FAILURE: Build failed with an exception.
  15.  
  16. * What went wrong:
  17. Execution failed for task ':compileJava'.
  18. > Compilation failed; see the compiler error output for details.
  19.  
  20. * Try:
  21. Run with --stacktrace option to get the stack trace. Run with --info or --debug
  22. option to get more log output.
  23.  
  24. BUILD FAILED
  25.  
  26. Total time: 22.163 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement