Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.39 KB

Alfred - Connector - SDK

This project is a SDK for other projects, enabling them to be connecting with the Alfred services.

Prerequisites

  • Java 12+

Setup

  • 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}

Building

  • ./gradlew clean build

Publish

Publishing packages to a package registry.

Maven Local

  • ./gradlew clean build publishToMavenLocal

Artifactory

  • ./gralew clean build publish