Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sdkman Cli | 5,325 | 3 days ago | 128 | apache-2.0 | Gherkin | |||||
The SDKMAN! Command Line Interface | ||||||||||
Fossa Cli | 1,115 | 8 | 2 days ago | 163 | June 15, 2022 | 57 | mpl-2.0 | Haskell | ||
Fast, portable and reliable dependency analysis for any codebase. Supports license & vulnerability scanning for large monoliths. Language-agnostic; integrates with 20+ build systems. | ||||||||||
Android Basic Samples | 943 | 2 years ago | 69 | apache-2.0 | Java | |||||
Google Play game services - Android samples | ||||||||||
Jreleaser | 784 | 2 | 5 days ago | 18 | June 30, 2022 | 64 | apache-2.0 | Java | ||
:rocket: Release projects quickly and easily with JReleaser | ||||||||||
Gradle Test Logger Plugin | 717 | 3 months ago | 29 | apache-2.0 | Groovy | |||||
A Gradle plugin for printing beautiful logs on the console while running tests | ||||||||||
Ofbiz | 687 | 3 years ago | 12 | apache-2.0 | Java | |||||
Apache OFBiz - Main development has moved to the ofbiz-frameworks repository. | ||||||||||
Samples | 435 | a year ago | 27 | bsd-3-clause | Java | |||||
JavaFX samples to run with different options and build tools | ||||||||||
Seppuku | 272 | 8 days ago | 7 | gpl-3.0 | Java | |||||
Lightweight, dependency-free Minecraft 1.12.2 hack | ||||||||||
Compose Report To Html | 212 | 12 days ago | 5 | May 23, 2022 | 13 | mit | Kotlin | |||
A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page. | ||||||||||
Turtle | 210 | 13 days ago | 6 | September 15, 2022 | 7 | apache-2.0 | Kotlin | |||
Run shell commands from Kotlin scripts, apps or Gradle tasks with ease. |
SDKMAN is a tool for managing parallel Versions of multiple Software Development Kits on any Unix based system. It provides a convenient command line interface for installing, switching, removing and listing Candidates.
See documentation on the SDKMAN! website.
Open your favourite terminal and enter the following:
$ curl -s https://get.sdkman.io | bash
If the environment needs tweaking for SDKMAN to be installed, the installer will prompt you accordingly and ask you to restart.
All SDKMAN's BDD tests describing the CLI behaviour are written in Cucumber and can be found under src/test/resources/features
. These can be run with Gradle by running the following command:
$ ./gradlew test
To perform development, you will need to have a JDK 8 or higher installed which can be obtained by running the following after installing SDKMAN:
$ sdk install java
You can run the tests in a Docker container to guarantee a clean test environment.
$ docker build --tag=sdkman-cli/gradle .
$ docker run --rm -it sdkman-cli/gradle test
By running the following command, you don't need to wait for downloading Gradle wrapper and other dependencies. The test reports can be found under the local build
directory.
$ docker run --rm -it -v $PWD:/usr/src/app -v $HOME/.gradle:/root/.gradle sdkman-cli/gradle test
To install SDKMAN locally running against your local server, run the following commands:
$ ./gradlew install
$ source ~/.sdkman/bin/sdkman-init.sh
Or run install locally with Production configuration:
$ ./gradlew -Penv=production install
$ source ~/.sdkman/bin/sdkman-init.sh
This project exists thanks to all the people who contribute.
Thank you to all our backers! [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]