mirror of
				https://github.com/QuiltMC/quilt-template-mod
				synced 2024-08-15 00:23:32 +00:00 
			
		
		
		
	Use ${group} in quilt.mod.json
This commit is contained in:
		
							parent
							
								
									bbd31cc264
								
							
						
					
					
						commit
						7b37a3920d
					
				
					 2 changed files with 2 additions and 4 deletions
				
			
		|  | @ -36,10 +36,8 @@ dependencies { | |||
| } | ||||
| 
 | ||||
| processResources { | ||||
| 	inputs.property 'version', version | ||||
| 
 | ||||
| 	filesMatching('quilt.mod.json') { | ||||
| 		expand "version": version | ||||
| 		expand 'version': version, 'group': project.group | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { | ||||
| 	"schema_version": 1, | ||||
| 	"quilt_loader": { | ||||
| 		"group": "com.example", | ||||
| 		"group": "${group}", | ||||
| 		"id": "example_mod", | ||||
| 		"version": "${version}", | ||||
| 		"metadata": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue