From 7fac8cfaed50e17e07cccdc157b570f8eb7fe786 Mon Sep 17 00:00:00 2001 From: Michael Darakananda Date: Fri, 17 Aug 2018 14:50:31 -0700 Subject: [PATCH 1/2] bump checkstyle version to build on Java 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- google-cloud-clients/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/pom.xml b/google-cloud-clients/pom.xml index 214b8ce3782d..bf8b9c00c4ff 100644 --- a/google-cloud-clients/pom.xml +++ b/google-cloud-clients/pom.xml @@ -660,7 +660,7 @@ com.puppycrawl.tools checkstyle - 6.15 + 8.12 From b56a1a03caa53fcba8f0b6f3feb0495d215cf7e7 Mon Sep 17 00:00:00 2001 From: Michael Darakananda Date: Fri, 17 Aug 2018 15:01:53 -0700 Subject: [PATCH 2/2] maybe this will be java 7 compat...? --- google-cloud-clients/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/pom.xml b/google-cloud-clients/pom.xml index bf8b9c00c4ff..c3bd0e3973ff 100644 --- a/google-cloud-clients/pom.xml +++ b/google-cloud-clients/pom.xml @@ -660,7 +660,7 @@ com.puppycrawl.tools checkstyle - 8.12 + 6.16