mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-12 06:54:27 -04:00
Apply process resources to all sourcesets. Fixes #2236
This commit is contained in:
parent
bb070d73e0
commit
0ba6bb52f5
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ allprojects {
|
|||
shareRemapCaches = true
|
||||
}
|
||||
|
||||
processResources {
|
||||
tasks.withType(ProcessResources).configureEach {
|
||||
inputs.property "version", project.version
|
||||
|
||||
filesMatching("fabric.mod.json") {
|
||||
|
|
Loading…
Add table
Reference in a new issue