Java 7+: https://www.java.com/en/download/
Build with Java 7 and above by running the following from the root directory:
./mvnw package
To run all tests:
./mvnw test
To run individual tests:
./mvnw test -pl libhoney "-Dtest=HoneyClientTest"
Java 7+: https://www.java.com/en/download/
Build with Java 7 and above by running the following from the root directory:
./mvnw package
To run all tests:
./mvnw test
To run individual tests:
./mvnw test -pl libhoney "-Dtest=HoneyClientTest"