This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch update_pom_2 in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit cccadf47304e5efecf9518d63f3915bdc7295521 Author: Lee Rhodes <[email protected]> AuthorDate: Mon Jan 25 10:58:01 2021 -0800 Try Coveralls again. Add Hotspot requirement. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b875ce1..0722bbe 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ If you are interested in making contributions to this site please see our [Commu ## Build Instructions __NOTE:__ This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory must qualify as Java identifiers. In other words, the directory elements must not have any space characters (or non-Java identifier characters) in any of the path elements. This is required by the Oracle Java Specification in order to ensure location-independent access to resources: [See Oracle Location-Independent Access to Reso [...] -### JDK8 is required to compile -This DataSketches component is pure Java and you must compile using JDK 8. +### JDK8/Hotspot is required to compile +This DataSketches component is pure Java and you must compile using JDK 8 with Hotspot. ### Recommended Build Tool This DataSketches component is structured as a Maven project and Maven is the recommended Build Tool. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
