Include the current project's name in the mixins refmap names

This commit is contained in:
Username404 2021-06-28 11:12:48 +02:00
parent 9eb0a69dab
commit 2442dffb22
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -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