openai/openai-java

Public

mirrored from https://github.com/openai/openai-javaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7a8cd60add562cc099d4c44ea22f512d60a9ffd6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/format

8lines · modepreview

#!/usr/bin/env bash

set -e

cd "$(dirname "$0")/.."

echo "==> Running spotlessApply"
./gradlew --build-cache --parallel --no-daemon spotlessApply