Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. #################################################
  2. ForgeGradle 2.0-SNAPSHOT
  3. https://github.com/MinecraftForge/ForgeGradle
  4. #################################################
  5. Powered by MCP 9.10
  6. http://modcoderpack.com
  7. by: Searge, ProfMobius, Fesh0r,
  8. R4wk, ZeuX, IngisKahn, bspkrs
  9. #################################################
  10. :deobfCompileDummyTask
  11. :deobfProvidedDummyTask
  12. :compileApiJava UP-TO-DATE
  13. :processApiResources UP-TO-DATE
  14. :apiClasses UP-TO-DATE
  15. :sourceMainJava
  16. :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
  17. Note: C:\Users\Admin\Desktop\Modding\Forge\build\sources\main\java\com\ilphelkiir\mysticalscrolls\items\ItemReturnScroll.java uses unchecked or unsafe operations.
  18. Note: Recompile with -Xlint:unchecked for details.
  19. 1 warning
  20.  
  21. :processResources
  22. :classes
  23. :jar
  24. :getVersionJson
  25. :extractNatives SKIPPED
  26. :extractUserdev UP-TO-DATE
  27. :getAssetIndex UP-TO-DATE
  28. :getAssets
  29. :makeStart
  30. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  31. [ant:javac] 1 warning
  32. :runClient FAILED
  33.  
  34. FAILURE: Build failed with an exception.
  35.  
  36. * What went wrong:
  37. Execution failed for task ':runClient'.
  38. > A problem occurred starting process 'command 'C:\Program Files\Java\jdk1.8.0_65\bin\java.exe''
  39.  
  40. * Try:
  41. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  42.  
  43. BUILD FAILED
  44.  
  45. Total time: 7.22 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement