[hotfix][build] Enable incremental compilation

Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8d9f339a
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8d9f339a
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8d9f339a

Branch: refs/heads/release-1.4
Commit: 8d9f339a8baf29669b25f8f006971f9f03131309
Parents: 430336f
Author: zentol <ches...@apache.org>
Authored: Tue Mar 6 11:04:42 2018 +0100
Committer: zentol <ches...@apache.org>
Committed: Sat Mar 10 13:12:15 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8d9f339a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 53f5259..8e643cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1091,6 +1091,8 @@ under the License.
                                <configuration>
                                        <source>${java.version}</source>
                                        <target>${java.version}</target>
+                                       <!-- The semantics of this option are 
reversed, see MCOMPILER-209. -->
+                                       
<useIncrementalCompilation>false</useIncrementalCompilation>
                                        <compilerArgs>
                                                <!-- The output of Xlint is not 
shown by default, but we activate it for the QA bot
                                                to be able to get more warnings 
-->

Reply via email to