Set IDE source compatibility to 1.8

This commit is contained in:
Phillip Webb
2018-02-08 21:11:43 -08:00
parent 959fbaddf9
commit 77264f0f07

View File

@@ -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)