Enable debug
This commit is contained in:
parent
0396d431e0
commit
35880b3f29
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user