Fix some stuff

This commit is contained in:
coolGi2007
2022-04-05 18:33:52 +09:30
parent 2b5dd8b77e
commit 909870b321
3 changed files with 49 additions and 40 deletions
-10
View File
@@ -54,16 +54,6 @@ dependencies {
shadowMe 'org.apache.commons:commons-compress:1.21'
}
task copyCoreResources(type: Copy) {
from fileTree(project(":core").file("src/main/resources"))
into file("build/resources/main")
}
task copyCommonResources(type: Copy) {
from fileTree(project(":common").file("src/main/resources"))
into file("build/resources/main")
}
processResources {
dependsOn(copyAccessWidener)
dependsOn(copyCoreResources)