Browse Source

Tell gradle to use 1.8.

pull/108/head
Chris Smith 9 years ago
parent
commit
afd72f9926
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -81,8 +81,8 @@ sourceSets {
81 81
     }
82 82
 }
83 83
 
84
-sourceCompatibility = 1.7
85
-targetCompatibility = 1.7
84
+sourceCompatibility = 1.8
85
+targetCompatibility = 1.8
86 86
 
87 87
 repositories {
88 88
     mavenCentral()

Loading…
Cancel
Save