Github user sachouche commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1060#discussion_r179295602
  
    --- Diff: exec/java-exec/pom.xml ---
    @@ -836,6 +836,14 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
           </plugin>
    +      <plugin>
    +        <groupId>org.apache.maven.plugins</groupId>
    +        <artifactId>maven-compiler-plugin</artifactId>
    +        <version>2.3.2</version>
    +        <configuration>
    +            <compilerArgument>-XDignore.symbol.file</compilerArgument>
    --- End diff --
    
    Will do!


---

Reply via email to