Skip to content

Commit

Permalink
Use proper resources dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Aug 26, 2023
1 parent bb090fd commit 3bf02a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ loom {
}

sourceSets.main {
output.resourcesDir = file("$buildDir/classes/java/main")
output.setResourcesDir(sourceSets.main.flatMap { it.java.classesDirectory })
}

// Dependencies:
Expand Down

0 comments on commit 3bf02a0

Please sign in to comment.