[jOOQ/jOOQ#14519] Downgrade xtend for JDK 8

This commit is contained in:
Lukas Eder 2023-01-20 14:38:08 +01:00
parent 07eceb7db5
commit 4a4ff4cbfa

View File

@ -33,6 +33,9 @@
<!-- R2DBC SPI version and some matching driver versions -->
<io.r2dbc.version>1.0.0.RELEASE</io.r2dbc.version>
<!-- From JDK 19 onwards, this is the required version of Xtend -->
<xtend.version>2.29.0</xtend.version>
<!-- From JDK 11 onwards, we need to depend on the JAXB API explicitly -->
<jaxb.version>3.0.0</jaxb.version>
@ -286,7 +289,7 @@
<dependency>
<groupId>org.eclipse.xtend</groupId>
<artifactId>org.eclipse.xtend.lib</artifactId>
<version>2.29.0</version>
<version>${xtend.version}</version>
</dependency>
<!-- From JDK 9 onwards, the JAXB dependency needs to be made explicit -->
@ -781,7 +784,7 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.29.0</version>
<version>${xtend.version}</version>
<configuration>
<encoding>UTF-8</encoding>