Use proper resources dir
This commit is contained in:
parent
bb090fda8b
commit
3bf02a0899
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ loom {
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets.main {
|
sourceSets.main {
|
||||||
output.resourcesDir = file("$buildDir/classes/java/main")
|
output.setResourcesDir(sourceSets.main.flatMap { it.java.classesDirectory })
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dependencies:
|
// Dependencies:
|
||||||
|
|
Loading…
Add table
Reference in a new issue