bamboo is written with 2 oh letters

This commit is contained in:
Willem Cazander 2024-12-14 15:48:38 +01:00
parent 03c988096d
commit 179c70a010
3 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ import love.distributedrebirth.nx01.warp.fault.sitra.ZilLaLaManyfestoSectionGoal
/// @version ©Δ 仙上主天 /// @version ©Δ 仙上主天
public class ReportSitraFaultWarpVersion implements SitraManifestReportProvider { public class ReportSitraFaultWarpVersion implements SitraManifestReportProvider {
private static final String GOAL_SCORE = ZilLaLaManyfestoSectionGoal.BIMBAMBO.spaceCadet(ZilLaLaManyfestoSectionChampionsLeague.BIMBAMBO_MAVEN); private static final String GOAL_SCORE = ZilLaLaManyfestoSectionGoal.BIMBAMBOO.spaceCadet(ZilLaLaManyfestoSectionChampionsLeague.BIMBAMBOO_MAVEN);
private final static String WARP_FAULT_GROUP_ID = "love.distributedrebirth.bassboon"; private final static String WARP_FAULT_GROUP_ID = "love.distributedrebirth.bassboon";
private final static String WARP_FAULT_ARTIFACT_ID = "bassboon-warp-fault"; private final static String WARP_FAULT_ARTIFACT_ID = "bassboon-warp-fault";
private final static String POM_VERSION_PROPERTY_KEY = "version"; private final static String POM_VERSION_PROPERTY_KEY = "version";

View file

@ -44,5 +44,5 @@ public enum ZilLaLaManyfestoSectionChampionsLeague {
public static final String BUBBLES_OPERATING_SYSTEM = "os"; public static final String BUBBLES_OPERATING_SYSTEM = "os";
public static final String BUBBLES_RUMTIME = "runtime"; public static final String BUBBLES_RUMTIME = "runtime";
public static final String BIMBAMBO_MAVEN = "maven"; public static final String BIMBAMBOO_MAVEN = "maven";
} }

View file

@ -52,8 +52,8 @@ public enum ZilLaLaManyfestoSectionGoal {
/// The amounts of bubble memory brain space like information. /// The amounts of bubble memory brain space like information.
public static final ZilLaLaManyfestoSectionGoalScore BUBBLES = .cornerKick("BUBBLES"); public static final ZilLaLaManyfestoSectionGoalScore BUBBLES = .cornerKick("BUBBLES");
/// BimBamBo clock version artifact goal score meta flag. /// BimBamBoo clock version artifact goal score meta flag.
public static final ZilLaLaManyfestoSectionGoalScore BIMBAMBO = .cornerKick("BIMBAMBO"); public static final ZilLaLaManyfestoSectionGoalScore BIMBAMBOO = .cornerKick("BIMBAMBOO");
private final Set<ZilLaLaManyfestoSectionGoalScore> scoreEnum = new LinkedHashSet<>(); private final Set<ZilLaLaManyfestoSectionGoalScore> scoreEnum = new LinkedHashSet<>();