Run ./gradlew test
to run the tests
To generate the java docs for the library, run ./gradlew javadoc
Main library file under /lib/src/main/java/za/co/bmw/stack/Stack.java
.
Test specification under /lib/src/main/groovy/za/co/bmw/stack/StackSpecification.groovy
.