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 8337fbb commit 741ef9eCopy full SHA for 741ef9e
pom.xml
@@ -55,12 +55,11 @@
55
<plugin>
56
<artifactId>maven-compiler-plugin</artifactId>
57
<version>3.3</version>
58
- <configuration>
59
- <meminitial>128m</meminitial>
60
- <maxmem>756m</maxmem>
61
- <source>${jdkLevel}</source>
62
- <target>${jdkLevel}</target>
63
- </configuration>
+ <configuration>
+ <source>${jdkLevel}</source>
+ <target>${jdkLevel}</target>
+ </configuration>
+
64
</plugin>
65
66
<artifactId>maven-jar-plugin</artifactId>
0 commit comments