mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Re-add inputs
This commit is contained in:
parent
7b37a3920d
commit
402b5cb313
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ dependencies {
|
|||
}
|
||||
|
||||
processResources {
|
||||
inputs.properties 'version': version, 'group': project.group
|
||||
|
||||
filesMatching('quilt.mod.json') {
|
||||
expand 'version': version, 'group': project.group
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue