Apply process resources to all sourcesets. Fixes

This commit is contained in:
modmuss50 2022-05-21 23:11:44 +01:00
parent bb070d73e0
commit 0ba6bb52f5

View file

@ -211,7 +211,7 @@ allprojects {
shareRemapCaches = true
}
processResources {
tasks.withType(ProcessResources).configureEach {
inputs.property "version", project.version
filesMatching("fabric.mod.json") {