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
This commit is contained in:
David Ostrovsky 2016-12-11 23:38:29 +01:00 committed by David Ostrovsky
parent cfb0c5b192
commit 92416412f8
1 changed files with 0 additions and 2 deletions

View File

@ -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'],
)