Disable logger usage checks

This commit disables the logger usage checks as they will not be
compatible with Log4j 2. This disabling is temporary, they will return.
This commit is contained in:
Jason Tedor 2016-08-30 11:55:27 -04:00
parent 6ad92c0f9d
commit 5a8f2d7fb3
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class PrecommitTasks {
* use the NamingConventionsCheck we break the circular dependency
* here.
*/
precommitTasks.add(configureLoggerUsage(project))
// precommitTasks.add(configureLoggerUsage(project))
}

View File

@ -24,7 +24,7 @@ dependencies {
testCompile "org.elasticsearch.test:framework:${version}"
}
loggerUsageCheck.enabled = false
// loggerUsageCheck.enabled = false
forbiddenApisMain.enabled = true // disabled by parent project
forbiddenApisMain {