openai/openai-java

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e8fc6aa620dddcde92a5aaedb7aa90ae1b3ac852

Branches

Tags

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

Clone

HTTPS

Download ZIP

scripts/lint

8lines · modepreview

#!/usr/bin/env bash

set -e

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

echo "==> Build classes"
./gradlew --build-cache --parallel --no-daemon build testClasses -x test