Skip to content

Commit

Permalink
Merge pull request #346 from apache/update_pom_2
Browse files Browse the repository at this point in the history
Try Coveralls again.
  • Loading branch information
leerho committed Jan 26, 2021
2 parents 844c492 + cccadf4 commit 18cfbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Resources](https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html)

### 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.
Expand Down

0 comments on commit 18cfbb8

Please sign in to comment.