From 77264f0f07926fd7faec6999feb72e9e23a4fc03 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 8 Feb 2018 21:11:43 -0800 Subject: [PATCH] Set IDE source compatibility to 1.8 --- ide.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide.gradle b/ide.gradle index b488901da..e7844180b 100644 --- a/ide.gradle +++ b/ide.gradle @@ -6,8 +6,8 @@ apply plugin: "propdeps-eclipse" apply plugin: "propdeps-idea" eclipse.jdt { - sourceCompatibility = 1.7 - targetCompatibility = 1.7 + sourceCompatibility = 1.8 + targetCompatibility = 1.8 } // Replace classpath entries with project dependencies (GRADLE-1116)