Просмотр исходного кода

Fork compiler to attempt to stop build server errors

Luke Taylor 16 лет назад
Родитель
Сommit
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>