From bb8d9ff6fd3961a81703589335f4557b84e2951e Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 19 Aug 2021 09:58:28 +0200 Subject: [PATCH] Fix maven-compiler-plugin in jOOQ-testcontainers-example --- .../jOOQ-testcontainers-example/pom.xml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml index 7fae5c6ef1..52c6f41519 100644 --- a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml +++ b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml @@ -25,9 +25,6 @@ jdbc:tc:postgresql:13:///sakila?TC_TMPFS=/testtmpfs:rw&TC_INITSCRIPT=file:${basedir}/src/main/resources/postgres-sakila-schema.sql postgres postgres - - 16 - 16 @@ -64,7 +61,6 @@ junit junit test - 4.13.1 @@ -74,9 +70,25 @@ org.apache.maven.plugins maven-compiler-plugin + true + 1024m + 256m + UTF-8 + 11 + + + 11 11 + + true + lines,vars,source + + + -Xlint:varargs +