Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 803 Bytes

alt text

[![][travis img]][travis]

jwtutils

Jason Web Token Utilities that encapsulate jose4j. Used across the application. Free to use for the community although it is centered on our needs. Sorry.

Build

Build jar file within ./build/libs/jwtutil.jar

$ gradle all

Tests

Test report will be inserted into ./build/reports/tests/index.html

$ gradle test

Publish Maven locally for testing

This will generate the default Maven POM file within ./build/publications/maven/jwtutil.pom

$ gradle publishToMavenLocal

Documentation

To generate the javadoc that will appear in ./build/docs/javadoc/index.html

$ gradle javadoc