Explorar el Código

Fork compiler to attempt to stop build server errors

Luke Taylor hace 16 años
padre
commit
80dc0388c7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>