Skip to content

Commit

Permalink
append commonVmArgs onto auditVmArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 5, 2024
1 parent 8924b6a commit c556e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ loom {
}
// // [FEATURE] MIXIN_AUDITOR
// runs {
// def auditVmArgs = ['-DmixinAuditor.audit=true']
// def auditVmArgs = [*commonVmArgs, '-DmixinAuditor.audit=true']
// serverMixinAudit {
// server()
// vmArgs auditVmArgs
Expand Down

0 comments on commit c556e19

Please sign in to comment.