From 92416412f80a0f32e6b521d843e630cd5b32357d Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 11 Dec 2016 23:38:29 +0100 Subject: [PATCH] gerrit-main: Bump to Java 1.8 This is a preparation change to activate Error Prone for Buck driven build. This fix is needed, otherwise the compilation is failing with: Source option 1.2 is no longer supported. Use 1.6 or later. Target option 1.2 is no longer supported. Use 1.6 or later. Change-Id: I1ef45eee87dec788522873cabe4612bf7ac2ef5b --- gerrit-main/BUCK | 2 -- 1 file changed, 2 deletions(-) diff --git a/gerrit-main/BUCK b/gerrit-main/BUCK index 388126ed76..da39eec062 100644 --- a/gerrit-main/BUCK +++ b/gerrit-main/BUCK @@ -9,7 +9,5 @@ java_library( name = 'main_lib', srcs = ['src/main/java/Main.java'], deps = ['//gerrit-launcher:launcher'], - source = '1.2', - target = '1.2', visibility = ['//tools/eclipse:classpath'], )