Преглед изворни кода

Fork compiler to attempt to stop build server errors

Luke Taylor пре 16 година
родитељ
комит
80dc0388c7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -333,6 +333,7 @@
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
+                    <fork>true</fork>
                 </configuration>
             </plugin>
             <plugin>