vrozov commented on a change in pull request #1446: DRILL-6349: Drill JDBC 
driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM
URL: https://github.com/apache/drill/pull/1446#discussion_r213343540
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/exec/udf/dynamic/JarBuilder.java
 ##########
 @@ -69,6 +69,8 @@ public String build(String jarName, String buildDirectory, 
String includeFiles,
       List<String> params = new LinkedList<>();
       params.add("clean");
       params.add("package");
+      params.add("-Dmaven.compiler.source=1.8");
 
 Review comment:
   use pom.xml

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to