diff --git a/build.gradle b/build.gradle index d74e75d..92bd4b2 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ jar{ configurations.runtimeClasspath.collect{ it.isDirectory() ? it : zipTree(it) } } - from(rootDir){ + from(projectDir){ include "mod.hjson" }