Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml From /home/gitea/gitea-repositories/steamwar/bausystem2.0 e6167eef..0430d140 TheGreatSplit -> origin/TheGreatSplit Previous HEAD position was e6167eef Add BockReplaceCommand Add DebugStickCommand Add DragonEggCommand Add DebugstickBauGuiItem HEAD is now at 0430d140 Move BauGUI into own module Build: Executing ./gradlew buildProject Starting a Gradle Daemon (subsequent builds will be faster) > Task :BauSystem_15:processResources NO-SOURCE > Task :BauSystem_18:processResources NO-SOURCE > Task :BauSystem_19:processResources NO-SOURCE > Task :BauSystem_20:processResources NO-SOURCE > Task :BauSystem_GUI:processResources > Task :BauSystem_ItemUtilities:processResources > Task :processResources NO-SOURCE > Task :processTestResources NO-SOURCE > Task :BauSystem_Main:processResources > Task :BauSystem_Linkage:compileJava UP-TO-DATE > Task :BauSystem_Linkage:processResources NO-SOURCE > Task :BauSystem_Linkage:classes UP-TO-DATE > Task :BauSystem_Linkage:jar > Task :BauSystem_PluginBase:compileJava UP-TO-DATE > Task :BauSystem_PluginBase:processResources NO-SOURCE > Task :BauSystem_PluginBase:classes UP-TO-DATE > Task :BauSystem_PluginBase:jar UP-TO-DATE > Task :BauSystem_GUI:compileJava FAILED Found element: de.steamwar.bausystem.gui.editor.BauGuiEditorGuiItem Found element: de.steamwar.bausystem.gui.editor.BauGuiEditor Found element: de.steamwar.bausystem.gui.BauGUICommand Found element: de.steamwar.bausystem.gui.BauGuiListener Found element: de.steamwar.bausystem.gui.BauGuiBauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/linkage/specific/BauGuiItem.java:22: error: cannot find symbol import de.steamwar.bausystem.Permission; ^ symbol: class Permission location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/linkage/specific/BauGuiItem.java:44: error: cannot find symbol public abstract Permission permission(); ^ symbol: class Permission location: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiEditorGuiItem.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiEditorGuiItem.java:23: error: cannot find symbol import de.steamwar.bausystem.Permission; ^ symbol: class Permission location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiEditorGuiItem.java:40: error: cannot find symbol public Permission permission() { ^ symbol: class Permission location: class BauGuiEditorGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiEditor.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:23: error: package de.steamwar.bausystem.configplayer does not exist import de.steamwar.bausystem.configplayer.Config; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:31: error: package yapion.hierarchy.types does not exist import yapion.hierarchy.types.YAPIONObject; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:55: error: cannot find symbol private final YAPIONObject object; ^ symbol: class YAPIONObject location: class BauGuiMapping /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:62: error: cannot find symbol protected BauGuiMapping(YAPIONObject object, Player p) { ^ symbol: class YAPIONObject location: class BauGuiMapping /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:54: error: cannot find symbol @Getter ^ symbol: class YAPIONObject location: class BauGuiMapping /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGUI.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGUI.java:23: error: cannot find symbol import de.steamwar.bausystem.Permission; ^ symbol: class Permission location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGUI.java:24: error: cannot find symbol import de.steamwar.bausystem.SWUtils; ^ symbol: class SWUtils location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGUI.java:106: error: cannot find symbol private static ItemStack permissionLore(ItemStack itemStack, Permission permission, Player p) { ^ symbol: class Permission location: class BauGUI /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGuiBauGuiItem.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGuiBauGuiItem.java:23: error: cannot find symbol import de.steamwar.bausystem.Permission; ^ symbol: class Permission location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/BauGuiBauGuiItem.java:57: error: cannot find symbol public Permission permission() { ^ symbol: class Permission location: class BauGuiBauGuiItem 19 errors > Task :BauSystem_Main:compileJava Found element: de.steamwar.bausystem.configplayer.Config Found element: de.steamwar.bausystem.region.BackupScheduler Found element: de.steamwar.bausystem.config.BauServer Found element: de.steamwar.bausystem.utils.TimeScoreboardElement Found element: de.steamwar.bausystem.utils.bossbar.BossBarService Found element: de.steamwar.bausystem.features.cannon.CannonDetector Found element: de.steamwar.bausystem.features.techhider.TechHiderCommand Found element: de.steamwar.bausystem.features.script.ScriptGUI Found element: de.steamwar.bausystem.features.script.ScriptListener Found element: de.steamwar.bausystem.features.script.event.CommandListener Found element: de.steamwar.bausystem.features.script.event.HotkeyListener Found element: de.steamwar.bausystem.features.script.event.EventListener Found element: de.steamwar.bausystem.features.script.lua.libs.ServerLib Found element: de.steamwar.bausystem.features.script.lua.libs.WorldEditLib Found element: de.steamwar.bausystem.features.script.lua.libs.ScoreboardLib Found element: de.steamwar.bausystem.features.script.lua.libs.RegionLib Found element: de.steamwar.bausystem.features.script.lua.libs.InventoryLib Found element: de.steamwar.bausystem.features.script.lua.libs.RandomLib Found element: de.steamwar.bausystem.features.script.lua.libs.TpsLib Found element: de.steamwar.bausystem.features.script.lua.libs.PlayerLib Found element: de.steamwar.bausystem.features.script.lua.libs.BossbarLib Found element: de.steamwar.bausystem.features.script.lua.libs.StorageLib Found element: de.steamwar.bausystem.features.script.ScriptCommand Found element: de.steamwar.bausystem.features.script.UnsignCommand Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.PistonLine Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.AdjacentHoney Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.PowerableActivation Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.CarpetWalkWay Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.LadderWalkWay Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.StairWalkWay Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.SlabOnRedstone Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.AdjacentSlime Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.SlabOnTorch Found element: de.steamwar.bausystem.features.slaves.panzern.PanzernCommand Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.LanternBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.CandleBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.HopperBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.ChainBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.BrewingStandBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.DripLeafBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.AzaleaBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.IronBarBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.FencesBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.GrindstoneBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.DragonEggBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.AmethystBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.WallBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.StairBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.LecternBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.ChorusPlantBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.BellBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.LaufbauCommand Found element: de.steamwar.bausystem.features.slaves.laufbau.LaufbauUtils Found element: de.steamwar.bausystem.features.autostart.AutoStartGuiItem Found element: de.steamwar.bausystem.features.autostart.AutostartListener Found element: de.steamwar.bausystem.features.autostart.AutoStartCommand Found element: de.steamwar.bausystem.features.testblock.blockcounter.BlockCounterListener Found element: de.steamwar.bausystem.features.testblock.blockcounter.BlockCounterCommand Found element: de.steamwar.bausystem.features.tracer.TraceScoreboardElement Found element: de.steamwar.bausystem.features.tracer.TraceRecorder Found element: de.steamwar.bausystem.features.tracer.TraceCommand Found element: de.steamwar.bausystem.features.tracer.TraceManager Found element: de.steamwar.bausystem.features.backup.BackupCommand Found element: de.steamwar.bausystem.features.region.ItemsCommand Found element: de.steamwar.bausystem.features.region.ProtectListener Found element: de.steamwar.bausystem.features.region.FreezeListener Found element: de.steamwar.bausystem.features.region.FireCommand Found element: de.steamwar.bausystem.features.region.TestblockCommand Found element: de.steamwar.bausystem.features.region.RegionScoreboardElement Found element: de.steamwar.bausystem.features.region.RegionCommand Found element: de.steamwar.bausystem.features.region.TNTListener Found element: de.steamwar.bausystem.features.region.ResetCommand Found element: de.steamwar.bausystem.features.region.items.TntBauGuiItem Found element: de.steamwar.bausystem.features.region.items.ProtectBauGuiItem Found element: de.steamwar.bausystem.features.region.items.FreezeBauGuiItem Found element: de.steamwar.bausystem.features.region.items.TestblockBauGuiItem Found element: de.steamwar.bausystem.features.region.items.FireBauGuiItem Found element: de.steamwar.bausystem.features.region.items.ResetBauGuiItem Found element: de.steamwar.bausystem.features.region.items.ColorBauGuiItem Found element: de.steamwar.bausystem.features.region.TNTCommand Found element: de.steamwar.bausystem.features.region.ProtectCommand Found element: de.steamwar.bausystem.features.region.ColorCommand Found element: de.steamwar.bausystem.features.region.RegionListener Found element: de.steamwar.bausystem.features.region.FireListener Found element: de.steamwar.bausystem.features.region.FreezeCommand Found element: de.steamwar.bausystem.features.region.ItemsListener Found element: de.steamwar.bausystem.features.tpslimit.TPSCommand Found element: de.steamwar.bausystem.features.tpslimit.TPSSystem Found element: de.steamwar.bausystem.features.tpslimit.TPSSystem.TPSScoreboardElement Found element: de.steamwar.bausystem.features.tpslimit.TPSSystem.TPSSystemBauGuiItem Found element: de.steamwar.bausystem.features.attributescopy.AttributeRemoveCommand Found element: de.steamwar.bausystem.features.attributescopy.AttributesPlaceListener Found element: de.steamwar.bausystem.features.attributescopy.AttributesCopyCommand Found element: de.steamwar.bausystem.features.smartplace.SmartPlaceCommand Found element: de.steamwar.bausystem.features.smartplace.SmartPlaceListener Found element: de.steamwar.bausystem.features.worldedit.pattern.gradient.FAWEGradientPatternParser Found element: de.steamwar.bausystem.features.worldedit.ColorReplaceCommand Found element: de.steamwar.bausystem.features.worldedit.mask.checkerboard3d.FAWECheckerboardMaskParser Found element: de.steamwar.bausystem.features.worldedit.mask.checkerboard3d.FAWECheckerboard3DMaskParser Found element: de.steamwar.bausystem.features.worldedit.mask.grid.FAWEGridMaskParser Found element: de.steamwar.bausystem.features.worldedit.mask.below.FAWEBelowMaskParser Found element: de.steamwar.bausystem.features.worldedit.mask.above.FAWEAboveMaskParser Found element: de.steamwar.bausystem.features.worldedit.TypeReplaceCommand Found element: de.steamwar.bausystem.features.warp.WarpCommand Found element: de.steamwar.bausystem.features.warp.WarpCommand.WarpsLink Found element: de.steamwar.bausystem.features.warp.WarpListener Found element: de.steamwar.bausystem.features.design.endstone.DesignEndStoneCommand Found element: de.steamwar.bausystem.features.loadtimer.LoadtimerCommand Found element: de.steamwar.bausystem.features.loadtimer.LoadtimerGuiItem Found element: de.steamwar.bausystem.features.loadtimer.LoadtimerListener Found element: de.steamwar.bausystem.features.world.OtherTNTListener Found element: de.steamwar.bausystem.features.world.ArceonCommand Found element: de.steamwar.bausystem.features.world.NoCreativeKnockback Found element: de.steamwar.bausystem.features.world.BauMemberUpdate Found element: de.steamwar.bausystem.features.world.BauScoreboard Found element: de.steamwar.bausystem.features.world.AntiCursorReCentering Found element: de.steamwar.bausystem.features.world.ReducedDebugInfo Found element: de.steamwar.bausystem.features.world.AFKStopperListener Found element: de.steamwar.bausystem.features.world.KickallCommand Found element: de.steamwar.bausystem.features.world.SpectatorListener Found element: de.steamwar.bausystem.features.world.SpectatorListener.SpectatorListener20 Found element: de.steamwar.bausystem.features.world.SignEditUntil19 Found element: de.steamwar.bausystem.features.world.AntiBauAddMemberFix Found element: de.steamwar.bausystem.features.world.AxiomPermissionCheck Found element: de.steamwar.bausystem.features.world.StopCommand Found element: de.steamwar.bausystem.features.world.SignEditFrom20 Found element: de.steamwar.bausystem.features.world.BauLockStateScoreboard Found element: de.steamwar.bausystem.features.world.WorldEditListener Found element: de.steamwar.bausystem.features.world.ClipboardListener Found element: de.steamwar.bausystem.features.world.ItemFrameListener Found element: de.steamwar.bausystem.features.world.InventoryListener Found element: de.steamwar.bausystem.features.world.RestartCommand Found element: de.steamwar.bausystem.features.world.SignListener Found element: de.steamwar.bausystem.features.bau.BauInfoBauGuiItem Found element: de.steamwar.bausystem.features.bau.ForceSpectatorCommand Found element: de.steamwar.bausystem.features.bau.InfoCommand Found element: de.steamwar.bausystem.features.shieldprinting.ShieldPrintingCommand Found element: de.steamwar.bausystem.features.team.SkinCommand Found element: de.steamwar.bausystem.features.team.boundary.BoundaryViewer Found element: de.steamwar.bausystem.features.simulator.execute.SimulatorExecutor Found element: de.steamwar.bausystem.features.simulator.SimulatorCursor Found element: de.steamwar.bausystem.features.simulator.SimulatorCommand Found element: de.steamwar.bausystem.features.simulator.SimulatorBauGuiItem Found element: de.steamwar.bausystem.features.simulator.SimulatorWatcher.QuitListener Found element: de.steamwar.bausystem.features.simulator.SimulatorStorage Found element: de.steamwar.bausystem.features.detonator.DetonatorCommand Found element: de.steamwar.bausystem.features.detonator.DetonatorListener Found element: de.steamwar.bausystem.features.detonator.DetonatorBauGuiItem Found element: de.steamwar.bausystem.features.util.SelectCommand Found element: de.steamwar.bausystem.features.util.SkullCommand Found element: de.steamwar.bausystem.features.util.NoClipCommand Found element: de.steamwar.bausystem.features.util.DeclutterCommand Found element: de.steamwar.bausystem.features.util.TeleportCommand Found element: de.steamwar.bausystem.features.util.MaterialCommand Found element: de.steamwar.bausystem.features.util.NightVisionCommand Found element: de.steamwar.bausystem.features.util.StructureVoidCommand Found element: de.steamwar.bausystem.features.util.TNTClickListener Found element: de.steamwar.bausystem.features.util.PistonCalculator Found element: de.steamwar.bausystem.features.util.SpeedCommand Found element: de.steamwar.bausystem.features.util.items.SelectBauGuiItem Found element: de.steamwar.bausystem.features.util.items.SkullBauGuiItem Found element: de.steamwar.bausystem.features.util.items.NavWandBauGuiItem Found element: de.steamwar.bausystem.features.util.items.SchemBauGuiItem Found element: de.steamwar.bausystem.features.util.items.KillAllBauGuiItem Found element: de.steamwar.bausystem.features.util.items.NightVisionBauGuiItem Found element: de.steamwar.bausystem.features.util.items.SpeedBauGuiItem Found element: de.steamwar.bausystem.features.util.items.GamemodeBauGuiItem Found element: de.steamwar.bausystem.features.util.items.ClearBauGuiItem Found element: de.steamwar.bausystem.features.util.items.DeclutterBauGuiItem Found element: de.steamwar.bausystem.features.util.items.WorldEditBauGuiItem Found element: de.steamwar.bausystem.features.util.items.TeleportBauGuiItem Found element: de.steamwar.bausystem.features.util.KillAllCommand Found element: de.steamwar.bausystem.features.util.GamemodeCommand Found element: de.steamwar.bausystem.features.util.PistonCalculatorCommand Found element: de.steamwar.bausystem.features.util.ClearCommand Found element: de.steamwar.bausystem.features.util.TimeCommand Found element: de.steamwar.bausystem.features.util.SlotCommand Found element: de.steamwar.bausystem.features.countingwand.CountingwandListener Found element: de.steamwar.bausystem.features.countingwand.CountingwandGuiItem Found element: de.steamwar.bausystem.features.countingwand.CountingwandCommand Found element: de.steamwar.bausystem.features.observer.ObserverTracerCommand Found element: de.steamwar.bausystem.features.observer.ObserverTracerListener Found element: de.steamwar.bausystem.features.inventoryfiller.InventoryFillBauGuiItem Found element: de.steamwar.bausystem.features.inventoryfiller.InventoryFillerCommand Found element: de.steamwar.bausystem.features.inventoryfiller.InventoryFiller Found element: de.steamwar.bausystem.features.hotbar.HotbarListener Found element: de.steamwar.bausystem.features.hotbar.HotbarCommand Found element: de.steamwar.bausystem.features.killchecker.KillcheckerCommand Found element: de.steamwar.bausystem.features.loader.LoaderCommand Found element: de.steamwar.bausystem.features.loader.LoaderScoreboardElement Found element: de.steamwar.bausystem.features.xray.XrayCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TPSSystem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/autostart/AutoStartGuiItem.java:23: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/autostart/AutoStartGuiItem.java:31: error: cannot find symbol public class AutoStartGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/TntBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/TntBauGuiItem.java:38: error: cannot find symbol public class TntBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/ProtectBauGuiItem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/ProtectBauGuiItem.java:37: error: cannot find symbol public class ProtectBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/FreezeBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/FreezeBauGuiItem.java:36: error: cannot find symbol public class FreezeBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/TestblockBauGuiItem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/TestblockBauGuiItem.java:36: error: cannot find symbol public class TestblockBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/FireBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/FireBauGuiItem.java:36: error: cannot find symbol public class FireBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/ResetBauGuiItem.java:26: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/ResetBauGuiItem.java:37: error: cannot find symbol public class ResetBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/ColorBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/items/ColorBauGuiItem.java:42: error: cannot find symbol public class ColorBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TPSSystem.java:363: error: cannot find symbol public static class TPSSystemBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem location: class TPSSystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/loadtimer/LoadtimerGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/loadtimer/LoadtimerGuiItem.java:35: error: cannot find symbol public class LoadtimerGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/bau/BauInfoBauGuiItem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/bau/BauInfoBauGuiItem.java:41: error: cannot find symbol public class BauInfoBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorBauGuiItem.java:34: error: cannot find symbol public class SimulatorBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/detonator/DetonatorBauGuiItem.java:23: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/detonator/DetonatorBauGuiItem.java:30: error: cannot find symbol public class DetonatorBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SelectBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SelectBauGuiItem.java:43: error: cannot find symbol public class SelectBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SkullBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SkullBauGuiItem.java:34: error: cannot find symbol public class SkullBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/NavWandBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/NavWandBauGuiItem.java:35: error: cannot find symbol public class NavWandBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SchemBauGuiItem.java:5: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SchemBauGuiItem.java:14: error: cannot find symbol public class SchemBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/KillAllBauGuiItem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/KillAllBauGuiItem.java:38: error: cannot find symbol public class KillAllBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/NightVisionBauGuiItem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/NightVisionBauGuiItem.java:37: error: cannot find symbol public class NightVisionBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SpeedBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/SpeedBauGuiItem.java:36: error: cannot find symbol public class SpeedBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/GamemodeBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/GamemodeBauGuiItem.java:36: error: cannot find symbol public class GamemodeBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/ClearBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/ClearBauGuiItem.java:33: error: cannot find symbol public class ClearBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/DeclutterBauGuiItem.java:25: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/DeclutterBauGuiItem.java:35: error: cannot find symbol public class DeclutterBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/WorldEditBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/WorldEditBauGuiItem.java:35: error: cannot find symbol public class WorldEditBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/TeleportBauGuiItem.java:24: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/util/items/TeleportBauGuiItem.java:37: error: cannot find symbol public class TeleportBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java:23: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java:31: error: cannot find symbol public class CountingwandGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/inventoryfiller/InventoryFillBauGuiItem.java:6: error: cannot find symbol import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ symbol: class BauGuiItem location: package de.steamwar.bausystem.linkage.specific /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/inventoryfiller/InventoryFillBauGuiItem.java:18: error: cannot find symbol public class InventoryFillBauGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem 54 errors > Task :BauSystem_Main:compileJava FAILED FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_GUI: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. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_Main: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 16s 9 actionable tasks: 6 executed, 3 up-to-date Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/post-receive.d/steamwarci.py", line 190, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/post-receive.d/steamwarci.py", line 153, in ci_main run(logfile, cmd, "Could not run build command", config.wdir) File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/post-receive.d/steamwarci.py", line 127, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed