Skip to content

Commit

Permalink
fix: wrong group causing crash in prod
Browse files Browse the repository at this point in the history
fix #12
  • Loading branch information
SettingDust committed Apr 19, 2024
1 parent 73eaa50 commit 7460df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ subprojects {

val loom = project.extensions.getByName<LoomGradleExtensionAPI>("loom")

group = maven_group
version = rootProject.version

base { archivesName.set("$archives_name-${project.name}") }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import settingdust.modsets.game.ModSet;
import settingdust.modsets.game.Rules;

@Mixin(ModBadgeRenderer.class)
@Mixin(value = ModBadgeRenderer.class, remap = false)
public abstract class ModBadgeRendererMixin {

@Shadow
Expand Down

0 comments on commit 7460df5

Please sign in to comment.