Advertisement
Guest User

Untitled

a guest
Oct 20th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2023.3.36712, fabric-1.20.1, 64-bit, 65318 MB, Windows 10, JVM 17.0.7, JAVA_HOME: D:\Program Files\Pylo\MCreator\jdk, started on: 2024-10-20-01:07:15
  3.  
  4. > Configure project :
  5. Fabric Loom: 1.4.6
  6. > Task :compileJava FAILED
  7. C:\Users\tidbi\MCreatorWorkspaces\object_paitnings\src\main\java\net\mcreator\objectpaitnings\procedures\GhoulCardLivingEntityIsHitWithItemProcedure.java:14: error: ';' expected execute(entity,damageSource.getEntity()));
  8. ^
  9. C:\Users\tidbi\MCreatorWorkspaces\object_paitnings\src\main\java\net\mcreator\objectpaitnings\procedures\GhoulProcedure.java:25: error: reached end of file while parsing }
  10. ^
  11. 2 errors
  12. FAILURE: Build failed with an exception.
  13. * What went wrong:
  14. Execution failed for task ':compileJava'.
  15. > Compilation failed; see the compiler error output for details.
  16. * Try:
  17. > Run with --info option to get more log output.
  18. > Run with --scan to get full insights.
  19. BUILD FAILED in 1s
  20. 1 actionable task: 1 executed
  21.  
  22. BUILD FAILED
  23. Task completed in 45 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement