openai/openai-java

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3989402436c2861ff3bfeba3ca9acb42dbabf97c

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