From 7b126b00a0f02a3d244ad6065b0fdb7ffebe4115 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 27 Aug 2018 13:31:59 -0700 Subject: all: Swap to Java 7 source and bytecode Core and OkHttp are left with Java 6 for the moment. Once we resolve their issues they could be bumped as well. Updates #3961 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 21d00169d..e4d6140d9 100644 --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ subprojects { group = "io.grpc" version = "1.15.0-SNAPSHOT" // CURRENT_GRPC_VERSION - sourceCompatibility = 1.6 - targetCompatibility = 1.6 + sourceCompatibility = 1.7 + targetCompatibility = 1.7 repositories { maven { // The google mirror is less flaky than mavenCentral() -- cgit v1.2.3