Fix minor build issues

This commit is contained in:
dfsek
2020-12-15 11:02:14 -07:00
parent 1c4cc090af
commit 7a83584317
2 changed files with 3 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ val testWithPaper = task<JavaExec>(name = "testWithPaper") {
// Copy Terra into dir
doFirst {
copy {
from("${buildDir}/libs/Terra-${version}.jar")
from("${buildDir}/libs/bukkit-${version}-shaded.jar")
into("${testDir}/plugins/")
}
}

View File

@@ -31,6 +31,8 @@ configure<LoomGradleExtension> {
dependencies {
"shadedApi"(project(":common"))
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("com.googlecode.json-simple:json-simple:1.1.1")
// To change the versions see the gradle.properties file