Change from Java 7 to Java 8.

koppelting
Bertrik Sikken 2017-08-15 08:14:20 +02:00
rodzic 4b079fa3fa
commit fd1aa0d16f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,8 +9,8 @@ subprojects {
apply plugin: "java"
apply plugin: "eclipse"
targetCompatibility = 1.7
targetCompatibility = 1.7
targetCompatibility = 1.8
targetCompatibility = 1.8
repositories {
mavenCentral()