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

@@ -23,8 +23,8 @@ repositories {
group = 'com.example'
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
ext {
snippetsDir = file('build/generated-snippets')