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:
parent
6ad92c0f9d
commit
5a8f2d7fb3
|
@ -59,7 +59,7 @@ class PrecommitTasks {
|
|||
* use the NamingConventionsCheck we break the circular dependency
|
||||
* here.
|
||||
*/
|
||||
precommitTasks.add(configureLoggerUsage(project))
|
||||
// precommitTasks.add(configureLoggerUsage(project))
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue