Advertisement
Mowmaster

errorbuild

Apr 20th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2. P:\programming\development\Minecraft\1.11\Realistic-Processing.git>gradlew build
  3. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
  4. This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril.
  5. #################################################
  6. ForgeGradle 2.2-SNAPSHOT-7f5a769
  7. https://github.com/MinecraftForge/ForgeGradle
  8. #################################################
  9. Powered by MCP unknown
  10. http://modcoderpack.com
  11. by: Searge, ProfMobius, Fesh0r,
  12. R4wk, ZeuX, IngisKahn, bspkrs
  13. #################################################
  14. :deobfCompileDummyTask
  15. :deobfProvidedDummyTask
  16. :sourceApiJava UP-TO-DATE
  17. :compileApiJava UP-TO-DATE
  18. :processApiResources UP-TO-DATE
  19. :apiClasses UP-TO-DATE
  20. :sourceMainJava UP-TO-DATE
  21. :compileJava
  22. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  23. P:\programming\development\Minecraft\1.11\Realistic-Processing.git\build\sources\main\java\com\mowmaster\rprocessing\tiles\TileClayBloomery.java:3: error: package com.sun.xml.internal.bind.v2.runtime.reflect does not exist
  24. import com.sun.xml.internal.bind.v2.runtime.reflect.Lister;
  25. ^
  26. Note: P:\programming\development\Minecraft\1.11\Realistic-Processing.git\build\sources\main\java\com\mowmaster\rprocessing\blocks\BlockClayBloomery.java uses or overrides a deprecated API.
  27. Note: Recompile with -Xlint:deprecation for details.
  28. 1 error
  29. 1 warning
  30. :compileJava FAILED
  31.  
  32. FAILURE: Build failed with an exception.
  33.  
  34. * What went wrong:
  35. Execution failed for task ':compileJava'.
  36. > Compilation failed; see the compiler error output for details.
  37.  
  38. * Try:
  39. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  40.  
  41. BUILD FAILED
  42.  
  43. Total time: 5.382 secs
  44.  
  45. P:\programming\development\Minecraft\1.11\Realistic-Processing.git>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement