Skip to content

Commit da9ddd6

Browse files
committed
Merge branch 'QFJ-844' into QFJ-803
2 parents 4fd7686 + 0c945fc commit da9ddd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-compiler-plugin</artifactId>
57-
<version>3.2</version>
57+
<version>3.3</version>
5858
<configuration>
59+
<fork>true</fork>
60+
<meminitial>128m</meminitial>
61+
<maxmem>512m</maxmem>
5962
<source>${jdkLevel}</source>
6063
<target>${jdkLevel}</target>
6164
</configuration>

0 commit comments

Comments
 (0)