Skip to content

Commit

Permalink
Disable mixin auditor for REL
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jan 17, 2025
1 parent f148fd1 commit a1008e4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
include(modApi(fabricApi.module("fabric-resource-loader-v0", project.fabric_api_version)))

modCompileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}"
modRuntimeOnly 'me.fallenbreath:mixin-auditor:0.1.0'
// modRuntimeOnly 'me.fallenbreath:mixin-auditor:0.1.0'
}

base {
Expand All @@ -37,16 +37,16 @@ base {
}

loom {
def commonVmArgs = ['-Dmixin.debug.export=true', '-Dmixin.debug.countInjections=true']
// [FEATURE] MIXIN_AUDITOR
runs {
def auditVmArgs = [*commonVmArgs, '-DmixinAuditor.audit=true']
clientMixinAudit {
client()
vmArgs auditVmArgs
ideConfigGenerated false
}
}
// def commonVmArgs = ['-Dmixin.debug.export=true', '-Dmixin.debug.countInjections=true']
// // [FEATURE] MIXIN_AUDITOR
// runs {
// def auditVmArgs = [*commonVmArgs, '-DmixinAuditor.audit=true']
// clientMixinAudit {
// client()
// vmArgs auditVmArgs
// ideConfigGenerated false
// }
// }
}

processResources {
Expand Down

0 comments on commit a1008e4

Please sign in to comment.