mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Include <compilerArgument>-proc:full</compilerArgument> for JDK 22 EA build
This commit is contained in:
@@ -99,6 +99,13 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<compilerArgument>-proc:full</compilerArgument>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Enhancement -->
|
||||
<plugin>
|
||||
<groupId>io.repaint.maven</groupId>
|
||||
|
||||
Reference in New Issue
Block a user