diff --git a/lib/build.gradle b/lib/build.gradle index 95c500b8..d260f3eb 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,6 +32,11 @@ configurations { checkstyle { toolVersion '10.0' } +configurations.checkstyle { + resolutionStrategy { + force 'commons-beanutils:commons-beanutils:1.11.0' + } +} //We are disabling lint checks for tests tasks.named("checkstyleTest").configure({ enabled = false