Include the current project's name in the mixins refmap names
This commit is contained in:
parent
9eb0a69dab
commit
2442dffb22
|
@ -56,7 +56,7 @@ subprojects {
|
|||
mappingsDep = officialMojangMappings()
|
||||
silentMojangMappingsLicense()
|
||||
mixinConfig("snowygui-mixins.json")
|
||||
refmapName = "snowygui-common-refmap.json"
|
||||
refmapName = "snowygui-${project.name}-refmap.json"
|
||||
}
|
||||
apply(plugin = "com.github.johnrengelman.shadow")
|
||||
val shadowC by configurations.creating
|
||||
|
|
Loading…
Reference in New Issue