Fix build env

This commit is contained in:
Daniel Mills 2021-07-28 20:41:25 -04:00
parent b2a410d6cf
commit b4c0d8e829

View File

@ -50,8 +50,6 @@ def registerCustomOutputTask(name, path) {
} }
} }
file(jar.archiveFile.get().getAsFile().getParentFile().getParentFile().getParentFile().getAbsolutePath() + '/build/resources/main/plugin.yml').delete()
processResources { processResources {
filesMatching('**/plugin.yml') { filesMatching('**/plugin.yml') {
expand( expand(
@ -73,6 +71,7 @@ repositories {
shadowJar shadowJar
{ {
append("plugin.yml")
minimize() minimize()
dependencies { dependencies {
include(dependency('org.zeroturnaround:zt-zip:1.14')) include(dependency('org.zeroturnaround:zt-zip:1.14'))