Guest User

Untitled

a guest
Aug 27th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. Executing
  2. Gradle task: runClient
  3.  
  4. Build
  5. info: MCreator 2020.4.32115, forge-1.15.2, 64-bit, 7644 MB, Windows 8.1,
  6. JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  7.  
  8. >
  9. Configure project :
  10.  
  11. New
  12. Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  13.  
  14. >
  15. Task :compileJava FAILED
  16.  
  17. C:\Users\George\MCreatorWorkspaces\more_nether_blocks\src\main\java\net\mcreator\netherupdateexpanded\gui\PiglinVillagerGui.java:355:
  18. error: unclosed string literal
  19.  
  20. this.font.drawString("------+"",
  21.  
  22.  
  23. ^
  24.  
  25. C:\Users\George\MCreatorWorkspaces\more_nether_blocks\src\main\java\net\mcreator\netherupdateexpanded\gui\PiglinVillagerGui.java:356:
  26. error: not a statement
  27.  
  28. 71, 47, -10066330);
  29.  
  30.  
  31. ^
  32.  
  33. C:\Users\George\MCreatorWorkspaces\more_nether_blocks\src\main\java\net\mcreator\netherupdateexpanded\gui\PiglinVillagerGui.java:356:
  34. error: ';' expected
  35.  
  36. 71, 47, -10066330);
  37.  
  38.  
  39. ^
  40.  
  41. C:\Users\George\MCreatorWorkspaces\more_nether_blocks\src\main\java\net\mcreator\netherupdateexpanded\gui\PiglinVillagerGui.java:357:
  42. error: unclosed string literal
  43.  
  44. this.font.drawString("--+"",
  45.  
  46.  
  47. ^
  48.  
  49. C:\Users\George\MCreatorWorkspaces\more_nether_blocks\src\main\java\net\mcreator\netherupdateexpanded\gui\PiglinVillagerGui.java:358:
  50. error: not a statement
  51.  
  52. 89, 5, -16777216);
  53.  
  54.  
  55. ^
  56.  
  57. C:\Users\George\MCreatorWorkspaces\more_nether_blocks\src\main\java\net\mcreator\netherupdateexpanded\gui\PiglinVillagerGui.java:358:
  58. error: ';' expected
  59.  
  60. 89, 5, -16777216);
  61.  
  62.  
  63. ^
  64.  
  65. 6
  66. errors
  67.  
  68. FAILURE:
  69. Build failed with an exception.
  70.  
  71. *
  72. What went wrong:
  73.  
  74. Execution
  75. failed for task ':compileJava'.
  76.  
  77. >
  78. Compilation failed; see the compiler error output for details.
  79.  
  80. *
  81. Try:
  82.  
  83. Run
  84. with --stacktrace option to get the stack trace. Run with --info or
  85. --debug option to get more log output. Run with --scan to get full
  86. insights.
  87.  
  88. *
  89. Get more help at https://help.gradle.org
  90.  
  91. Deprecated
  92. Gradle features were used in this build, making it incompatible with
  93. Gradle 5.0.
  94.  
  95. Use
  96. '--warning-mode all' to show the individual deprecation warnings.
  97.  
  98. See
  99. https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  100.  
  101. BUILD
  102. FAILED in 6s
  103.  
  104. 1
  105. actionable task: 1 executed
  106.  
  107. BUILD
  108. FAILED
  109.  
  110. Task
  111. completed in 8892 milliseconds
Add Comment
Please, Sign In to add comment