Fix one last usage of GString
This commit is contained in:
parent
38c0031bbe
commit
5b9300fe24
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ processResources {
|
||||||
inputs.property 'version', version
|
inputs.property 'version', version
|
||||||
|
|
||||||
filesMatching('quilt.mod.json') {
|
filesMatching('quilt.mod.json') {
|
||||||
expand "version": version
|
expand 'version': version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue