diff --git a/build.gradle.kts b/build.gradle.kts index 377c0f3..52dd021 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,9 +15,9 @@ repositories { dependencies { paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT") - implementation("redis.clients:jedis:5.1.0") + implementation("redis.clients:jedis:5.1.1") - testCompileOnly("com.github.seeseemelk:MockBukkit-v1.20:3.74.0") + testCompileOnly("com.github.seeseemelk:MockBukkit-v1.20:3.78.0") testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.10.1") } @@ -47,7 +47,7 @@ tasks { "apiVersion" to "1.20" ) inputs.properties(props) - filesMatching("paper-plugin.yml") { + filesMatching("plugin.yml") { expand(props) } } @@ -58,6 +58,6 @@ tasks { relocate("org.json", "libs.org.json") exclude("org.slf4j") relocate("redis", "libs.redis") - minimize() +// minimize() } } \ No newline at end of file