java 11 compatibility

This commit is contained in:
2019-07-11 16:52:00 +02:00
parent cc590cd876
commit b1953b4ebf
6 changed files with 58 additions and 28 deletions

View File

@ -22,12 +22,12 @@ apply plugin: 'eclipse'
apply plugin: 'nu.studer.jooq'
group = 'jottyfan'
version = '1.0.3'
version = '1.0.4'
description = """timetrack"""
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'