We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57941c2 commit 560e407Copy full SHA for 560e407
pom.xml
@@ -192,13 +192,15 @@
192
</plugin>
193
<plugin>
194
<artifactId>maven-compiler-plugin</artifactId>
195
- <version>3.13.0</version>
+ <version>3.14.0</version>
196
<configuration>
197
<source>11</source>
198
<target>11</target>
199
<showWarnings>true</showWarnings>
200
<encoding>${project.build.sourceEncoding}</encoding>
201
<showDeprecation>true</showDeprecation>
202
+ <maxmem>2000m</maxmem>
203
+ <fork>true</fork>
204
</configuration>
205
206
0 commit comments