Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 656 Bytes

SDKMAN Broker Service

Build status GitHub tag (latest by date)

This service is responsible for determining the location of remote binaries (third party and owned) through a unified API.

Run local

You will need to have MongoDB up and running locally on the default port.

$ docker run -d --net=host mongo:latest

We can now run the app up locally with a simple

$ ./gradlew run

Tests

The service has a comprehensive suite of standalone acceptance tests and unit tests.

	$ ./gradlew check