From 90f2bbc2afff4c90469c679f0fa6c0144249cd3c Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 7 Mar 2021 17:43:29 +0100 Subject: [PATCH] Fix gradle build Signed-off-by: trivernis --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7f911ad..ec5d6c0 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ processResources { duplicatesStrategy = DuplicatesStrategy.INCLUDE with copySpec { from 'src/main/resources/' - include '**/*' + include 'plugin.yml' filter { String line -> line.replace('$$PLUGIN_VERSION$$', PLUGIN_VERSION) } @@ -95,7 +95,6 @@ compileTestKotlin { } dependencies { implementation group: 'junit', name: 'junit', version: '4.12' - implementation 'com.github.seeseemelk:MockBukkit:v1.16-SNAPSHOT' implementation 'io.kotest:kotest-runner-junit5:4.3.2' implementation 'io.mockk:mockk:1.10.6' implementation "org.dynmap:dynmap-api:2.0"