Merge pull request #33 from ix0rai/cool-branch

remake #27 for latest (use $group in QMJ)
This commit is contained in:
Eli Orona 2024-01-27 20:23:26 -08:00 committed by GitHub
commit ff89418bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ dependencies {
}
processResources {
inputs.property 'version', version
inputs.properties 'version': version, 'group': project.group
filesMatching('quilt.mod.json') {
expand 'version': version
expand 'version': version, 'group': project.group
}
}

View File

@ -1,7 +1,7 @@
{
"schema_version": 1,
"quilt_loader": {
"group": "com.example",
"group": "${group}",
"id": "example_mod",
"version": "${version}",
"metadata": {