Skip to content

Commit fdc2222

Browse files
committed
Fixed refmap name
1 parent e56473d commit fdc2222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
annotationProcessor("com.google.guava", "guava", "32.1.2-jre")
8484
annotationProcessor("com.google.code.gson", "gson", "2.8.9")
8585

86-
val mixinBooter: String = modUtils.enableMixins("zone.rong:mixinbooter:8.6") as String
86+
val mixinBooter: String = modUtils.enableMixins("zone.rong:mixinbooter:8.6", "mixins.${id}.refmap.json") as String
8787
api(mixinBooter) {
8888
isTransitive = false
8989
}

0 commit comments

Comments
 (0)