This project is a SDK for other projects, enabling them to be connecting with the Alfred services.
- Java 12+
- Install SDKMAN:
curl -s "https://get.sdkman.io" | bash
- Install Java 12+:
sdk install java 12.0.1.h
or superior - Create a
local.properties
file in the root folder of the project. - Add the following content to the
local.properties
file, changing the credentials.
artifactory.username=${ARTIFACTORY_USERNAME}
artifactory.password=${ARTIFACTORY_PASSWORD}
./gradlew clean build
Publishing packages to a package registry.
./gradlew clean build publishToMavenLocal
./gralew clean build publish