sdkman / sdkman-broker

Download broker service for SDKMAN!
Apache License 2.0
0 stars 7 forks source link

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