Skip to content

hgeraldino/sdkman-broker

This branch is 1 commit ahead of, 29 commits behind sdkman/sdkman-broker:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2021
May 9, 2020
Nov 10, 2021
Sep 24, 2017
Jun 28, 2021
Aug 8, 2021
Nov 10, 2021
Aug 21, 2016
May 9, 2020

Repository files navigation

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

About

Download broker service for SDKMAN!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 51.4%
  • Groovy 29.7%
  • Gherkin 18.6%
  • Dockerfile 0.3%