Browse Source

Tell gradle to use 1.8.

pull/8/head
Chris Smith 9 years ago
parent
commit
11b85523ce
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