فهرست منبع

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>