Skip to content

Commit 741ef9e

Browse files
unknownunknown
authored andcommitted
Finalize the revert of QFJ-844
1 parent 8337fbb commit 741ef9e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@
5555
<plugin>
5656
<artifactId>maven-compiler-plugin</artifactId>
5757
<version>3.3</version>
58-
<configuration>
59-
<meminitial>128m</meminitial>
60-
<maxmem>756m</maxmem>
61-
<source>${jdkLevel}</source>
62-
<target>${jdkLevel}</target>
63-
</configuration>
58+
<configuration>
59+
<source>${jdkLevel}</source>
60+
<target>${jdkLevel}</target>
61+
</configuration>
62+
6463
</plugin>
6564
<plugin>
6665
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)