upgraded to Java 11 and fixed build

This commit is contained in:
Tom Hombergs
2019-03-30 08:02:10 +01:00
parent b0ae545cd8
commit 8877f30ebc
58 changed files with 178 additions and 162 deletions

View File

@@ -15,7 +15,7 @@ apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
sourceCompatibility = 11
repositories {
mavenLocal()