Edmon Begoli created DRILL-3752:
-----------------------------------
Summary: Developer documentation not accurate.
Key: DRILL-3752
URL: https://issues.apache.org/jira/browse/DRILL-3752
Project: Apache Drill
Issue Type: Bug
Components: Documentation
Affects Versions: 1.1.0
Reporter: Edmon Begoli
Assignee: Bridget Bevens
Priority: Minor
Fix For: 1.2.0
Current developer documentation states that JDK 1.7 or later is sufficient for
building Drill from source.
https://drill.apache.org/docs/compiling-drill-from-source/
Prerequisites
Maven 3.0.4 or later
Oracle JDK 7 or later
This is not accurate as current pom.xml does not include Java 8:
<requireJavaVersion>
<version>[1.7,1.8)</version>
</requireJavaVersion>
Either documentation or the pom, enforcer plugin need to be fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)