Fix GriefPrevention firefighter incident bypass
Build / build (push) Failing after 7s

This commit is contained in:
Michael Burgess
2026-08-17 20:10:03 -04:00
parent 0df9b059e2
commit a99e15dc2f
7 changed files with 285 additions and 2 deletions
+15
View File
@@ -21,6 +21,17 @@ dependencies {
compileOnly("com.github.GriefPrevention:GriefPrevention:16.18.6") {
isTransitive = false
}
testImplementation("io.papermc.paper:paper-api:26.2.build.+")
testImplementation("com.github.Zrips:Jobs:v5.2.6.2") {
isTransitive = false
}
testImplementation("com.github.GriefPrevention:GriefPrevention:16.18.6") {
isTransitive = false
}
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.mockito:mockito-core:5.23.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
}
java {
@@ -32,6 +43,10 @@ tasks.withType<JavaCompile>().configureEach {
options.compilerArgs.addAll(listOf("-Xlint:deprecation", "-Xlint:unchecked"))
}
tasks.test {
useJUnitPlatform()
}
tasks.processResources {
inputs.property("pluginVersion", pluginVersion)
filesMatching("plugin.yml") {