Advertisement
HalestormXV

Untitled

Jul 28th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. #################################################
  2. ForgeGradle 2.2-SNAPSHOT-f0ba31b
  3. https://github.com/MinecraftForge/ForgeGradle
  4. #################################################
  5. Powered by MCP unknown
  6. http://modcoderpack.com
  7. by: Searge, ProfMobius, Fesh0r,
  8. R4wk, ZeuX, IngisKahn, bspkrs
  9. #################################################
  10. :deobfCompileDummyTask
  11. :getVersionJson
  12. :extractUserdev
  13. Download http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.11.2-13.20.1.2393/forge-1.11.2-13.20.1.2393.pom
  14. Download http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.11.2-13.20.1.2393/forge-1.11.2-13.20.1.2393-userdev.jar
  15. :downloadClient SKIPPED
  16. :downloadServer SKIPPED
  17. :splitServerJar SKIPPED
  18. :mergeJars SKIPPED
  19. :applyBinaryPatches
  20. :deobfProvidedDummyTask
  21. :extractDependencyATs SKIPPED
  22. :extractMcpData SKIPPED
  23. :extractMcpMappings SKIPPED
  24. :genSrgs SKIPPED
  25. :deobfMcMCP
  26. Applying SpecialSource...
  27. Applying Exceptor...
  28. :sourceApiJava UP-TO-DATE
  29. :compileApiJava UP-TO-DATE
  30. :processApiResources UP-TO-DATE
  31. :apiClasses UP-TO-DATE
  32. :sourceMainJava UP-TO-DATE
  33. :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
  34. F:\Java Development\Minecraft Modding\Mods 1.11.2\mysticDivination\build\sources\main\java\halestormxv\eAngelus\main\init\eAngelusItems.java:3: warning: RE is internal proprietary API and may be removed in a future release
  35. import com.sun.org.apache.regexp.internal.RE;
  36. ^
  37. F:\Java Development\Minecraft Modding\Mods 1.11.2\mysticDivination\build\sources\main\java\halestormxv\eAngelus\network\packets\SyncMorality.java:57: error: local variable message is accessed from within inner class; needs to be declared final
  38. morality.set(message.moralityValue);
  39. ^
  40. F:\Java Development\Minecraft Modding\Mods 1.11.2\mysticDivination\build\sources\main\java\halestormxv\eAngelus\network\packets\SyncMorality.java:58: error: local variable message is accessed from within inner class; needs to be declared final
  41. System.out.println("The morality has been synced to: " + message.moralityValue);
  42. ^
  43. Note: Some input files use or override a deprecated API.
  44. Note: Recompile with -Xlint:deprecation for details.
  45. Note: Some input files use unchecked or unsafe operations.
  46. Note: Recompile with -Xlint:unchecked for details.
  47. 2 errors
  48. 2 warnings
  49. FAILED
  50.  
  51. FAILURE: Build failed with an exception.
  52.  
  53. * What went wrong:
  54. Execution failed for task ':compileJava'.
  55. > Compilation failed; see the compiler error output for details.
  56.  
  57. * Try:
  58. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  59.  
  60. BUILD FAILED
  61.  
  62. Total time: 29.988 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement