Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 702 Bytes

DEVELOP.md

File metadata and controls

48 lines (26 loc) · 702 Bytes

Developer Guide

Building the Project

Set your OpenAI API Key for unit tests to run

export OPENAI_API_KEY=YOUR_OPENAI_API_KEY

Build the Project

To build the project, run:

./gradlew build

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Build and Publish Command Reference

Publish to Local Maven

gradle publishToMavenLocal --refresh-dependencies

Publish to Private Maven repository

gradle publishALlPublicationsToReposiliteRepositoryRepository

Publish to Maven Central

gradle publishAndReleaseToMavenCentral --no-configuration-cache