Skip to content

Commit 560e407

Browse files
committed
reintroduced forked compiling
1 parent 57941c2 commit 560e407

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,15 @@
192192
</plugin>
193193
<plugin>
194194
<artifactId>maven-compiler-plugin</artifactId>
195-
<version>3.13.0</version>
195+
<version>3.14.0</version>
196196
<configuration>
197197
<source>11</source>
198198
<target>11</target>
199199
<showWarnings>true</showWarnings>
200200
<encoding>${project.build.sourceEncoding}</encoding>
201201
<showDeprecation>true</showDeprecation>
202+
<maxmem>2000m</maxmem>
203+
<fork>true</fork>
202204
</configuration>
203205
</plugin>
204206
<plugin>

0 commit comments

Comments
 (0)