Browse Source

Merge pull request #8 from csmith/master

Tell gradle to use 1.8.
pull/9/head
Greg Holmes 9 years ago
parent
commit
5f8d50c871
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -21,8 +21,8 @@ sourceSets {
21 21
     }
22 22
 }
23 23
 
24
-sourceCompatibility = 1.7
25
-targetCompatibility = 1.7
24
+sourceCompatibility = 1.8
25
+targetCompatibility = 1.8
26 26
 
27 27
 repositories.mavenCentral()
28 28
 

Loading…
Cancel
Save