Disable debug
This reverts commit 1105830e2ee64b5b33bd481e50fd1fd7628e2e86.
This commit is contained in:
parent
050bb438ed
commit
c6d830392c
|
|
@ -36,7 +36,6 @@ tasks.withType(JavaCompile) {
|
||||||
configure(options) {
|
configure(options) {
|
||||||
if (!name.toLowerCase().contains('test')) {
|
if (!name.toLowerCase().contains('test')) {
|
||||||
options.compilerArgs << "-ArootProject.name=${rootProject.name}" << "-Aproject.name=${project.name}"
|
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