Raise the minimum support version of Java to 8

Closes gh-388
This commit is contained in:
Andy Wilkinson
2017-05-16 16:15:10 +01:00
parent ce8a296df0
commit a8e1df3fd8
8 changed files with 12 additions and 13 deletions

View File

@@ -56,8 +56,8 @@ subprojects {
apply plugin: 'propdeps-maven'
apply plugin: 'maven'
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
dependencyManagement {
imports {