Skip to content

junseok-oh/versiontest

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages