[#5899] jOOQ-checker should provide both checker-framework and ErrorProne checks

This commit is contained in:
lukaseder 2019-02-14 12:33:41 +01:00
parent e837ad67f0
commit 130040e2e6

View File

@ -59,8 +59,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>9</source>
<target>9</target>
<source>11</source>
<target>11</target>
<fork>true</fork>
<annotationProcessors>
<annotationProcessor>org.jooq.checker.SQLDialectChecker</annotationProcessor>
@ -84,8 +84,8 @@
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<source>9</source>
<target>9</target>
<source>11</source>
<target>11</target>
<annotationProcessorPaths>
<path>
<groupId>org.jooq</groupId>