Skip to content

Commit 85645a6

Browse files
authored
bump checkstyle version to build on Java 9 (googleapis#3577)
The version of checkstyle we currently use uses tools.jar which is removed from Java 9 and above as part of Project Jigsaw. This commit uses a newer version of checkstyle that does not use tools.jar. Running `mvn checkstyle:checkstyle` succeeded.
1 parent 5f80980 commit 85645a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
<dependency>
661661
<groupId>com.puppycrawl.tools</groupId>
662662
<artifactId>checkstyle</artifactId>
663-
<version>6.15</version>
663+
<version>6.16</version>
664664
</dependency>
665665
</dependencies>
666666
<executions>

0 commit comments

Comments
 (0)