Advertisement
DuneSciFye

Untitled

Dec 7th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.01 KB | None | 0 0
  1. PS C:\Github\WildChests> ./gradlew build
  2.  
  3. Welcome to Gradle 7.4.2!
  4.  
  5. Here are the highlights of this release:
  6. - Aggregated test and JaCoCo reports
  7. - Marking additional test source directories as tests in IntelliJ
  8. - Support for Adoptium JDKs in Java toolchains
  9.  
  10. For more details see https://docs.gradle.org/7.4.2/release-notes.html
  11.  
  12. Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details
  13.  
  14. > Task :compileJava
  15. Execution optimizations have been disabled for task ':compileJava' to ensure correctness due to the following reasons:
  16. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\API.jar'. Reason: Task ':compileJava' uses this output of task ':API:shadowJar' without declaring an explicit or implicit
  17. dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  18. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\Hooks.jar'. Reason: Task ':compileJava' uses this output of task ':Hooks:shadowJar' without declaring an explicit or impli
  19. cit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  20. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\NMS.jar'. Reason: Task ':compileJava' uses this output of task ':NMS:shadowJar' without declaring an explicit or implicit
  21. dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  22. Note: Some input files use or override a deprecated API.
  23. Note: Recompile with -Xlint:deprecation for details.
  24. Note: Some input files use unchecked or unsafe operations.
  25. Note: Recompile with -Xlint:unchecked for details.
  26.  
  27. > Task :shadowJar
  28. Execution optimizations have been disabled for task ':shadowJar' to ensure correctness due to the following reasons:
  29. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\API.jar'. Reason: Task ':shadowJar' uses this output of task ':API:shadowJar' without declaring an explicit or implicit de
  30. pendency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  31. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\ChestShop.jar'. Reason: Task ':shadowJar' uses this output of task ':Hooks:ChestShop:shadowJar' without declaring an expli
  32. cit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  33. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\CoreProtect.jar'. Reason: Task ':shadowJar' uses this output of task ':Hooks:CoreProtect:shadowJar' without declaring an e
  34. xplicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  35. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\Hooks.jar'. Reason: Task ':shadowJar' uses this output of task ':Hooks:shadowJar' without declaring an explicit or implici
  36. t dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  37. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\NMS.jar'. Reason: Task ':shadowJar' uses this output of task ':NMS:shadowJar' without declaring an explicit or implicit de
  38. pendency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  39. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\RoseStacker.jar'. Reason: Task ':shadowJar' uses this output of task ':Hooks:RoseStacker:shadowJar' without declaring an e
  40. xplicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  41. - Gradle detected a problem with the following location: 'C:\Github\WildChests\archive\SuperiorSkyblock.jar'. Reason: Task ':shadowJar' uses this output of task ':Hooks:SuperiorSkyblock:shadowJar' without decl
  42. aring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  43.  
  44. > Task :Hooks:TransportPipes:compileJava
  45. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:3: error: cannot access WildChestsPlugin
  46. import com.bgsoftware.wildchests.WildChestsPlugin;
  47. ^
  48. bad class file: C:\Github\WildChests\target\WildChests-2023.3.jar(/com/bgsoftware/wildchests/WildChestsPlugin.class)
  49. class file has wrong version 62.0, should be 60.0
  50. Please remove or make sure it appears in the correct subdirectory of the classpath.
  51. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:4: error: cannot access Chest
  52. import com.bgsoftware.wildchests.api.objects.chests.Chest;
  53. ^
  54. bad class file: C:\Github\WildChests\archive\API.jar(/com/bgsoftware/wildchests/api/objects/chests/Chest.class)
  55. class file has wrong version 62.0, should be 60.0
  56. Please remove or make sure it appears in the correct subdirectory of the classpath.
  57. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:5: error: cannot access StorageChest
  58. import com.bgsoftware.wildchests.api.objects.chests.StorageChest;
  59. ^
  60. bad class file: C:\Github\WildChests\archive\API.jar(/com/bgsoftware/wildchests/api/objects/chests/StorageChest.class)
  61. class file has wrong version 62.0, should be 60.0
  62. Please remove or make sure it appears in the correct subdirectory of the classpath.
  63. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:22: error: cannot find symbol
  64. public static void register(WildChestsPlugin plugin) {
  65. ^
  66. symbol: class WildChestsPlugin
  67. location: class TransportPipesHook
  68. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:27: error: cannot find symbol
  69. private static void placeChest(Chest chest) {
  70. ^
  71. symbol: class Chest
  72. location: class TransportPipesHook
  73. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:39: error: cannot find symbol
  74. private static void breakChest(@Nullable OfflinePlayer offlinePlayer, Chest chest) {
  75. ^
  76. symbol: class Chest
  77. location: class TransportPipesHook
  78. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:52: error: cannot find symbol
  79. private final Chest chest;
  80. ^
  81. symbol: class Chest
  82. location: class WildChestTransportPipesContainer
  83. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:54: error: cannot find symbol
  84. WildChestTransportPipesContainer(Chest chest) {
  85. ^
  86. symbol: class Chest
  87. location: class WildChestTransportPipesContainer
  88. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:60: error: cannot find symbol
  89. if (chest instanceof StorageChest) {
  90. ^
  91. symbol: class StorageChest
  92. location: class WildChestTransportPipesContainer
  93. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:62: error: cannot find symbol
  94. ItemStack chestItem = ((StorageChest) chest).getItemStack().clone();
  95. ^
  96. symbol: class StorageChest
  97. location: class WildChestTransportPipesContainer
  98. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:63: error: cannot find symbol
  99. BigInteger chestAmount = ((StorageChest) chest).getAmount();
  100. ^
  101. symbol: class StorageChest
  102. location: class WildChestTransportPipesContainer
  103. C:\Github\WildChests\Hooks\TransportPipes\src\main\java\com\bgsoftware\wildchests\hooks\TransportPipesHook.java:65: error: cannot find symbol
  104. ((StorageChest) chest).setAmount(chestAmount.subtract(bigAmount));
  105. ^
  106. symbol: class StorageChest
  107. location: class WildChestTransportPipesContainer
  108. 12 errors
  109.  
  110. > Task :Hooks:TransportPipes:compileJava FAILED
  111.  
  112. FAILURE: Build failed with an exception.
  113.  
  114. * What went wrong:
  115. Execution failed for task ':Hooks:TransportPipes:compileJava'.
  116. > Compilation failed; see the compiler error output for details.
  117.  
  118. * Try:
  119. > Run with --stacktrace option to get the stack trace.
  120. > Run with --info or --debug option to get more log output.
  121. > Run with --scan to get full insights.
  122.  
  123. * Get more help at https://help.gradle.org
  124.  
  125. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  126.  
  127. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  128.  
  129. See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings
  130.  
  131. Execution optimizations have been disabled for 2 invalid unit(s) of work during this build to ensure correctness.
  132. Please consult deprecation warnings for more details.
  133.  
  134. BUILD FAILED in 39s
  135. 24 actionable tasks: 24 executed
  136. PS C:\Github\WildChests>
  137.  
  138.  
  139.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement