Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

File metadata and controls

22 lines (17 loc) · 1.07 KB

Build Status Quality Gate Coverage Known Vulnerabilities

java-library-base

The base project for creating java libraries

How tos

Build & Test

./gradlew clean assemble check

Publishing the library

The library is only published to BNC private maven repository when the build runs through Travis-CI.

For more tasks run

./gradlew tasks