Use proper resources dir

This commit is contained in:
nea 2023-08-26 12:59:12 +02:00
parent bb090fda8b
commit 3bf02a0899
No known key found for this signature in database
GPG key ID: AA563E93EB628D91

View file

@ -42,7 +42,7 @@ loom {
}
sourceSets.main {
output.resourcesDir = file("$buildDir/classes/java/main")
output.setResourcesDir(sourceSets.main.flatMap { it.java.classesDirectory })
}
// Dependencies: