Fix resources from Common not being expanded with gradle tokens.
This commit is contained in:
parent
228334e794
commit
ff5a66e566
|
|
@ -22,4 +22,14 @@ minecraft {
|
|||
|
||||
dependencies {
|
||||
compileOnly group:'org.spongepowered', name:'mixin', version:'0.8.4'
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
def buildProps = project.properties.clone()
|
||||
|
||||
filesMatching(['pack.mcmeta']) {
|
||||
|
||||
expand buildProps
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user