This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new fffd222e4 Revert "Upgraded Checkstyle plugin version to 10.2"
fffd222e4 is described below
commit fffd222e48e30b5c869cf70d1120600e580d1357
Author: Thomas Wolf <[email protected]>
AuthorDate: Thu May 12 19:37:19 2022 +0200
Revert "Upgraded Checkstyle plugin version to 10.2"
This reverts commit b8bcdce95a4e4f46a6ab5aebd4508112982fe9fa.
This version of the checkstyle plug-in does not work with Java 1.8.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 960880857..7970e0b7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -929,7 +929,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.2</version>
+ <version>9.2</version>
<exclusions>
<!-- MCHECKSTYLE-156 -->
<exclusion>