Update Apache Ant to version 1.10.8 #388
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @AnthonyMastrean, @ZeddG93 and @jordigg
I update Apache Ant to version 1.10.8, please merge when you have time.
I have also removed dependency on
jre8
, it is in general a bad practice for a Java application to depend on a specific version JDK or JRE as most programmers already have those installed and theirJAVA_HOME
defined. Nowadays people use different versions of Java versions (6, 8, 11, 14 and etc) or distributions (Oracle, J9, tons of OpenJDK distributions) depending on their work environments, so it is generally not desirable to be forced to use Oracle JRE 8.For example, Gradle and Maven packages on Chocolatey did not depend on any JDK or JRE, programmers are free to install their own, from Chocolatey or not.
Thank you for your time!