From ac6871492dc6ecf9f6b7b5bcb5008e82335695a5 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Thu, 5 Jan 2023 18:11:02 +0300 Subject: [PATCH] build: Remove Checkstyle exclusion of removed Selenium package --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index e167b6e64..3976e16ae 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,6 @@ checkstyle { showViolations = true ignoreFailures = false } -checkstyleMain.excludes = ['**/org/openqa/selenium/**'] javadoc { options.addStringOption('encoding', 'UTF-8')