Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml From /home/gitea/gitea-repositories/steamwar/bausystem2.0 94240a10..46800a95 TheGreatSplit -> origin/TheGreatSplit Previous HEAD position was 94240a10 Update BauGui stuff HEAD is now at 46800a95 Move and update things Build: Executing ./gradlew buildProject Starting a Gradle Daemon (subsequent builds will be faster) > Task :BauSystem_18:processResources NO-SOURCE > Task :BauSystem_15:processResources NO-SOURCE > Task :BauSystem_19:processResources NO-SOURCE > Task :BauSystem_20:processResources NO-SOURCE > Task :BauSystem_BuilderUtilities:processResources > Task :BauSystem_GUI:processResources UP-TO-DATE > Task :BauSystem_ItemUtilities:processResources UP-TO-DATE > Task :BauSystem_Scoreboard:processResources NO-SOURCE > Task :BauSystem_Tracer:processResources > Task :processResources NO-SOURCE > Task :processTestResources NO-SOURCE > Task :BauSystem_Linkage:compileJava UP-TO-DATE > Task :BauSystem_Linkage:processResources NO-SOURCE > Task :BauSystem_Linkage:classes UP-TO-DATE > Task :BauSystem_Main:processResources > 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 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 > Task :BauSystem_Scoreboard:compileJava FAILED Found element: de.steamwar.bausystem.scoreboard.BauScoreboard /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.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_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:26: error: cannot find symbol import de.steamwar.bausystem.region.flags.Flag; ^ symbol: class Flag location: package de.steamwar.bausystem.region.flags /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:30: error: package org.apache.commons.lang3.tuple does not exist import org.apache.commons.lang3.tuple.MutableTriple; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:43: error: cannot find symbol private static final Map>> ADDITIONAL_SCOREBOARD_LINES = new HashMap<>(); ^ symbol: class MutableTriple location: class BauScoreboard 4 errors > Task :BauSystem_BuilderUtilities:compileJava Found element: de.steamwar.bausystem.attributescopy.AttributeRemoveCommand Found element: de.steamwar.bausystem.attributescopy.AttributesPlaceListener Found element: de.steamwar.bausystem.attributescopy.AttributesCopyCommand Found element: de.steamwar.bausystem.smartplace.SmartPlaceCommand Found element: de.steamwar.bausystem.smartplace.SmartPlaceListener Found element: de.steamwar.bausystem.worldedit.pattern.gradient.FAWEGradientPatternParser Found element: de.steamwar.bausystem.worldedit.ColorReplaceCommand Found element: de.steamwar.bausystem.worldedit.mask.checkerboard3d.FAWECheckerboardMaskParser Found element: de.steamwar.bausystem.worldedit.mask.checkerboard3d.FAWECheckerboard3DMaskParser Found element: de.steamwar.bausystem.worldedit.mask.grid.FAWEGridMaskParser Found element: de.steamwar.bausystem.worldedit.mask.below.FAWEBelowMaskParser Found element: de.steamwar.bausystem.worldedit.mask.above.FAWEAboveMaskParser Found element: de.steamwar.bausystem.worldedit.TypeReplaceCommand Found element: de.steamwar.bausystem.countingwand.CountingwandListener Found element: de.steamwar.bausystem.countingwand.CountingwandGuiItem Found element: de.steamwar.bausystem.countingwand.CountingwandCommand > Task :BauSystem_GUI:compileJava FAILED /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 7 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.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.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.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.TNTClickListener 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.ClearCommand Found element: de.steamwar.bausystem.features.util.TimeCommand Found element: de.steamwar.bausystem.features.util.SlotCommand 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 > Task :BauSystem_BuilderUtilities:compileJava FAILED /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/attributescopy/AttributeRemoveCommand.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_BuilderUtilities/src/de/steamwar/bausystem/attributescopy/AttributesPlaceListener.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_BuilderUtilities/src/de/steamwar/bausystem/attributescopy/AttributesCopyCommand.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_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceCommand.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_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceCommand.java:24: error: package de.steamwar.bausystem.configplayer does not exist import de.steamwar.bausystem.configplayer.Config; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceListener.java:24: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceListener.java:26: error: package de.steamwar.bausystem.configplayer does not exist import de.steamwar.bausystem.configplayer.Config; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/pattern/gradient/FAWEGradientPatternParser.java:27: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.WorldEditUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:29: error: package de.steamwar.bausystem.features.world does not exist import de.steamwar.bausystem.features.world.WorldEditListener; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:30: error: cannot find symbol import de.steamwar.bausystem.region.Color; ^ symbol: class Color location: package de.steamwar.bausystem.region /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:31: error: package de.steamwar.bausystem.shared does not exist import de.steamwar.bausystem.shared.Pair; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:32: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.WorldEditUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:66: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Color to) { ^ symbol: class Pair location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:66: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Color to) { ^ symbol: class Color location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:66: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Color to) { ^ symbol: class Color location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:92: error: cannot find symbol public TypeMapper> typeMapper() { ^ symbol: class Pair location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:92: error: cannot find symbol public TypeMapper> typeMapper() { ^ symbol: class Color location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:29: error: package de.steamwar.bausystem.features.world does not exist import de.steamwar.bausystem.features.world.WorldEditListener; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:30: error: package de.steamwar.bausystem.shared does not exist import de.steamwar.bausystem.shared.Pair; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:31: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.WorldEditUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:70: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Type to) { ^ symbol: class Pair location: class TypeReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:110: error: cannot find symbol public TypeMapper> typeMapper() { ^ symbol: class Pair location: class TypeReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/CountingwandGuiItem.java:23: error: package de.steamwar.bausystem.linkage.specific does not exist import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/CountingwandGuiItem.java:31: error: cannot find symbol public class CountingwandGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.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_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:24: error: package de.steamwar.bausystem.shared does not exist import de.steamwar.bausystem.shared.Pair; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:25: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.ItemUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:50: error: cannot find symbol private final Map> selections = new HashMap<>(); ^ symbol: class Pair location: class Countingwand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:91: error: cannot find symbol @ClassMapper(value = Pair.class, local = true) ^ symbol: class Pair location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:109: error: cannot find symbol @ClassMapper(value = Pair.class, local = true) ^ symbol: class Pair location: class TypeReplaceCommand 30 errors > Task :BauSystem_Main:compileJava FAILED /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/utils/TimeScoreboardElement.java:31: error: cannot find symbol public class TimeScoreboardElement implements ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/utils/TimeScoreboardElement.java:34: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class TimeScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/techhider/TechHiderCommand.java:27: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/techhider/TechHiderCommand.java:51: error: cannot find symbol public class TechHiderCommand extends SWCommand implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/xray/XrayCommand.java:28: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/xray/XrayCommand.java:51: error: cannot find symbol public class XrayCommand extends SWCommand implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/techhider/TechHiderCommand.java:153: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class TechHiderCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/xray/XrayCommand.java:172: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class XrayCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/script/lua/libs/ScoreboardLib.java:22: error: cannot find symbol import de.steamwar.bausystem.features.world.BauScoreboard; ^ symbol: class BauScoreboard location: package de.steamwar.bausystem.features.world /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/script/lua/libs/ScoreboardLib.java:23: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /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/tpslimit/TPSSystem.java:28: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/slaves/laufbau/states/ProcessingTracesState.java:26: error: package de.steamwar.bausystem.features.tracer does not exist import de.steamwar.bausystem.features.tracer.TNTPoint; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/slaves/laufbau/states/ProcessingTracesState.java:27: error: package de.steamwar.bausystem.features.tracer does not exist import de.steamwar.bausystem.features.tracer.TraceManager; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/slaves/laufbau/states/ProcessingTracesState.java:48: error: cannot find symbol private final List TNTPoints; ^ symbol: class TNTPoint location: class ProcessingTracesState /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/ProtectListener.java:7: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/ProtectListener.java:20: error: cannot find symbol public class ProtectListener implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/ProtectListener.java:44: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class ProtectListener /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeListener.java:7: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeListener.java:26: error: cannot find symbol public class FreezeListener implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeListener.java:191: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class FreezeListener /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionScoreboardElement.java:25: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionScoreboardElement.java:30: error: cannot find symbol public class RegionScoreboardElement implements ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionScoreboardElement.java:33: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class RegionScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/TNTListener.java:29: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/TNTListener.java:42: error: cannot find symbol public class TNTListener implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/TNTListener.java:84: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class TNTListener /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/region/FireListener.java:7: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/FireListener.java:16: error: cannot find symbol public class FireListener implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/FireListener.java:29: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class FireListener /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsListener.java:26: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsListener.java:36: error: cannot find symbol public class ItemsListener implements Listener, ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/region/ItemsListener.java:50: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class ItemsListener /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TPSSystem.java:308: error: cannot find symbol public static class TPSScoreboardElement implements ScoreboardElement { ^ symbol: class ScoreboardElement location: class TPSSystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TPSSystem.java:314: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class TPSScoreboardElement /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/world/BauLockStateScoreboard.java:25: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/world/BauLockStateScoreboard.java:31: error: cannot find symbol public class BauLockStateScoreboard implements ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/world/BauLockStateScoreboard.java:36: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class BauLockStateScoreboard /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/execute/SimulatorExecutor.java:26: error: package de.steamwar.bausystem.features.tracer does not exist import de.steamwar.bausystem.features.tracer.TraceRecorder; ^ /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/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 /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderScoreboardElement.java:25: error: cannot find symbol import de.steamwar.bausystem.utils.ScoreboardElement; ^ symbol: class ScoreboardElement location: package de.steamwar.bausystem.utils /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderScoreboardElement.java:30: error: cannot find symbol public class LoaderScoreboardElement implements ScoreboardElement { ^ symbol: class ScoreboardElement /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderScoreboardElement.java:33: error: cannot find symbol public ScoreboardGroup getGroup() { ^ symbol: class ScoreboardGroup location: class LoaderScoreboardElement 93 errors FAILURE: Build completed with 4 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_Scoreboard: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_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. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_BuilderUtilities: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. ============================================================================== 4: 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 25s 13 actionable tasks: 8 executed, 5 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