This commit is contained in:
Lukas Eder 2021-04-16 14:29:42 +02:00
parent 0fad1b0190
commit 20b8c2f5ef
2 changed files with 9 additions and 7 deletions

View File

@ -191,7 +191,6 @@
<!-- IntelliJ needs these https://youtrack.jetbrains.com/issue/IDEA-195472 -->
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

15
pom.xml
View File

@ -649,6 +649,15 @@
<configuration>
<encoding>UTF-8</encoding>
</configuration>
<!-- Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=572909 -->
<dependencies>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>5.0.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
@ -739,13 +748,7 @@
<!-- Can't publish this on Java 17 yet. Let's see if anyone notices :)
Otherwise we'll remove this unpopular extension again, which keeps causing issues
<module>jOOQ-xtend</module>
-->