Update build.gradle.kts
Co-authored-by: Michael Rittmeister <mail@schlaubi.me>
This commit is contained in:
		
							parent
							
								
									c70801757b
								
							
						
					
					
						commit
						48b8c71ee6
					
				@ -59,7 +59,7 @@ tasks {
 | 
				
			|||||||
		inputs.property("version",  project.version)
 | 
							inputs.property("version",  project.version)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		filesMatching("fabric.mod.json") {
 | 
							filesMatching("fabric.mod.json") {
 | 
				
			||||||
			this.expand(Pair("version", project.version))
 | 
								this.expand("version" to project.version)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user