Enable debug

This commit is contained in:
Fury_Phoenix 2023-12-09 20:59:50 -08:00
parent 0396d431e0
commit 35880b3f29
No known key found for this signature in database
GPG Key ID: 0595F98084987DB8

View File

@ -36,6 +36,7 @@ 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"
}
}
}