Skip to content

Commit

Permalink
fix: use correct refmap name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Nov 11, 2023
1 parent 7c5e2c0 commit 9248e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions events/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ dependencies {

java.toolchain {
languageVersion = JavaLanguageVersion.of(8)
}

loom.mixin {
defaultRefmapName = "mixins.skytils-events.refmap.json"
}

0 comments on commit 9248e52

Please sign in to comment.