Skip to content

Commit

Permalink
MULE-19224: Avoid forking the Java compiler (#771)
Browse files Browse the repository at this point in the history
(cherry picked from commit f53cc94)
  • Loading branch information
aiannucci committed Mar 2, 2021
1 parent bc21345 commit 2c65a18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.8.1</version>
<configuration>
<encoding>ISO-8859-1</encoding>
<fork>true</fork>
<maxmem>512m</maxmem>
<source>${javaVersion}</source>
<target>${javaVersion}</target>
<proc>none</proc>
Expand Down

0 comments on commit 2c65a18

Please sign in to comment.