[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for denizen-parent 1.3.1-SNAPSHOT: [INFO] [INFO] Denizen ............................................ SUCCESS [ 44.919 s] [INFO] denizen-paper ...................................... FAILURE [ 5.067 s] [INFO] denizen-v1_21 ...................................... SKIPPED [INFO] denizen-v1_20 ...................................... SKIPPED [INFO] denizen-v1_19 ...................................... SKIPPED [INFO] denizen-v1_18 ...................................... SKIPPED [INFO] denizen-v1_17 ...................................... SKIPPED [INFO] denizen-parent ..................................... SKIPPED [INFO] denizen-dist ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 52.451 s [INFO] Finished at: 2024-08-12T04:00:55Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project denizen-paper: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerLoomPatternSelectScriptEvent.java:[67,43] no suitable constructor found for ElementTag(org.bukkit.block.banner.PatternType) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.Enum) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to java.lang.Enum) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.String) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to java.lang.String) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(boolean) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to boolean) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(int) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to int) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(byte) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to byte) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(short) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to short) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(long) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to long) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.math.BigDecimal) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to java.math.BigDecimal) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(double) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to double) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(float) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to float) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerLoomPatternSelectScriptEvent.java:[82,31] no suitable constructor found for ElementTag(org.bukkit.block.banner.PatternType) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.Enum) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to java.lang.Enum) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.String) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to java.lang.String) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(boolean) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to boolean) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(int) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to int) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(byte) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to byte) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(short) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to short) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(long) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to long) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.math.BigDecimal) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to java.math.BigDecimal) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(double) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to double) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(float) is not applicable [ERROR] (argument mismatch; org.bukkit.block.banner.PatternType cannot be converted to float) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerLoomPatternSelectScriptEvent.java:[93,43] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.block.banner.PatternType [ERROR] upper bounds: java.lang.Enum) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :denizen-paper Started Running as SYSTEM Build failed before it gets to this module Finished: NOT_BUILT