Use regular compiler seeing as ECJ doesn't support Java 21 JRE
This commit is contained in:
parent
8a29767375
commit
db821f4059
9
pom.xml
9
pom.xml
@ -477,18 +477,9 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.13.0</version>
|
<version>3.13.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
|
||||||
<compilerId>eclipse</compilerId>
|
|
||||||
<!-- default changed with version 3.11.0 -->
|
<!-- default changed with version 3.11.0 -->
|
||||||
<showWarnings>false</showWarnings>
|
<showWarnings>false</showWarnings>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-compiler-eclipse</artifactId>
|
|
||||||
<version>2.15.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user