Fixing the build process for Java8

This commit is contained in:
Andy Clement
2014-02-18 09:27:23 -08:00
parent da7045b350
commit db06b6f619
12 changed files with 29 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
apply plugin: 'java'
sourceCompatibility = 1.8
targetCompatibility = 1.8