Просмотр исходного кода

Tell gradle to use 1.8.

pull/108/head
Chris Smith 9 лет назад
Родитель
Сommit
afd72f9926
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle Просмотреть файл

@@ -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()

Загрузка…
Отмена
Сохранить