Making code compatible with java 8 #14

going back to 8. users can still use 9/10/11/12/13 runtime
This commit is contained in:
rusefi 2020-03-14 17:52:11 -04:00
parent f891b61a1d
commit c85fe6e90f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ wrapper {
gradleVersion = '5.4'
}
sourceCompatibility = '1.11'
sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
gradle.projectsEvaluated {