We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9867f1 commit 0e7ae45Copy full SHA for 0e7ae45
1 file changed
pom.xml
@@ -210,8 +210,13 @@
210
<artifactId>maven-compiler-plugin</artifactId>
211
<version>3.6.1</version>
212
<configuration>
213
- <source>1.8</source>
214
- <target>1.8</target>
+ <source>1.8</source>
+ <target>1.8</target>
215
+ <fork>true</fork>
216
+ <executable>javac</executable>
217
+ <compilerArgs>
218
+ <arg>-J-Xss4m</arg>
219
+ </compilerArgs>
220
</configuration>
221
</plugin>
222
<plugin>
0 commit comments