Skip to content

Instantly share code, notes, and snippets.

@youchen624
Created February 1, 2022 03:38
Show Gist options
  • Save youchen624/86e641147bb8fa7f159a211aaae12a91 to your computer and use it in GitHub Desktop.
Save youchen624/86e641147bb8fa7f159a211aaae12a91 to your computer and use it in GitHub Desktop.
Executing Gradle task: build
Build info: MCreator 2021.3.53117, forge-1.17.1, 64-bit, 8142 MB, Windows 7, JVM 16.0.2, JAVA_HOME: G:\minecraftmakemod\MCreator\jdk
> Configure project :
The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of.
(c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes,
but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available
at https://account.mojang.com/documents/minecraft_eula.
> Task :compileJava FAILED
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\block\UndoneSpawnerBlock.java:2: error: expected package net.mcreator.;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\block\UndoneSpawnerBlock.java:28: error: ';' expected import net.mcreator.624.init.CustomspawnerModBlocks;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\block\UndoneSpawnerBlock.java:29: error: ';' expected import net.mcreator.624.block.UndoneSpawnerBlock;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\CustomspawnerMod.java:14: error: expected package net.mcreator.;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\CustomspawnerMod.java:26: error: ';' expected import net.mcreator.624.CustomspawnerMod;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModBlocks.java:5: error: expected package net.mcreator.;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModBlocks.java:15: error: ';' expected import net.mcreator.624.init.CustomspawnerModBlocks;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModBlocks.java:16: error: ';' expected import net.mcreator.624.block.UndoneSpawnerBlock;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModItems.java:5: error: expected package net.mcreator.;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModItems.java:16: error: ';' expected import net.mcreator.624.init.CustomspawnerModItems;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModItems.java:17: error: ';' expected import net.mcreator.624.init.CustomspawnerModBlocks;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModSounds.java:5: error: expected package net.mcreator.;
^
G:\minecraftmakemod\make2.21\src\main\java\net\mcreator\624\init\CustomspawnerModSounds.java:15: error: ';' expected import net.mcreator.624.init.CustomspawnerModSounds;
^
13 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 11 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment