mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Revert to checkstyle 6.x for Java 7 support
This commit is contained in:
parent
5b9ce1cd74
commit
7c1f313c05
2
pom.xml
2
pom.xml
|
@ -462,7 +462,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.puppycrawl.tools</groupId>
|
<groupId>com.puppycrawl.tools</groupId>
|
||||||
<artifactId>checkstyle</artifactId>
|
<artifactId>checkstyle</artifactId>
|
||||||
<version>8.2</version>
|
<version>6.19</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in a new issue