From 70f5134442f946ed3817ecb6ee97b6104e727068 Mon Sep 17 00:00:00 2001 From: Yuichi Sasaki Date: Thu, 29 Nov 2018 13:58:11 -0800 Subject: [PATCH] Upgrade Java to 8 The project already depends on Guava 26.0-jre, which reuqires Java 8. Without this change, the project doesn't even compile in IntelliJ. --- java/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index d111a8324de..879a06e5bb1 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -222,10 +222,10 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.8.0 - 1.7 - 1.7 + 1.8 + 1.8