update docs to Java 1.8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-09-01 23:43:43 +00:00
parent 0495770104
commit a8d1307025
2 changed files with 2 additions and 11 deletions

View File

@ -58,12 +58,12 @@ Source code:
* Official `Apache git mirror`_ at apache.org
* Unofficial `GitHub git mirror`_ at github.com
Requires Java 1.6 or later.
Requires Java 1.8 or later.
Contributing
------------------
* Download and install svn or git, Java JDK 1.6+, and Apache Ant 1.8+ or Gradle
* Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle
* Check out the code from svn or git

View File

@ -573,15 +573,6 @@ under the License.
<attribute name="src"/>
<attribute name="dest"/>
<sequential>
<!--fail
message="Java version might be uncapable to download https URLs - see https://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception">
<condition>
<and>
<equals arg1="${ant.java.version}" arg2="1.6"/>
<contains string="@{src}" substring="https"/>
</and>
</condition>
</fail-->
<get src="@{src}" dest="@{dest}" skipexisting="true"/>
</sequential>
</macrodef>