Disable debug

This reverts commit 1105830e2ee64b5b33bd481e50fd1fd7628e2e86.
This commit is contained in:
Fury_Phoenix 2023-12-10 17:30:11 -08:00
parent 050bb438ed
commit c6d830392c
No known key found for this signature in database
GPG Key ID: 0595F98084987DB8

View File

@ -36,7 +36,6 @@ tasks.withType(JavaCompile) {
configure(options) {
if (!name.toLowerCase().contains('test')) {
options.compilerArgs << "-ArootProject.name=${rootProject.name}" << "-Aproject.name=${project.name}"
<< "-Aorg.fury_phoenix.mixinAp.validator.debug=true"
}
}
}