Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=572909
This commit is contained in:
parent
0fad1b0190
commit
20b8c2f5ef
@ -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
15
pom.xml
@ -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>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user