From 9da5ff00dfcb80bdc4553842b697d9b92b79f376 Mon Sep 17 00:00:00 2001 From: KAUSTUBH DESHPANDE <162901396+deshkaustubh@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:57:27 +0000 Subject: [PATCH] =?UTF-8?q?-=20Reword=20Java=20runtime/toolchain=20sentenc?= =?UTF-8?q?e=20(Java=208=20runtime,=20JDK=2021=20for=20dev)=20-=20Capitali?= =?UTF-8?q?ze=20=E2=80=9CGitHub=20Action=E2=80=9D=20and=20=E2=80=9CGradle?= =?UTF-8?q?=E2=80=9D=20-=20Remove=20stray=20blank=20line=20in=20=E2=80=9CT?= =?UTF-8?q?hen=20run=20the=20tests=E2=80=9D=20code=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2884477b..6bd9af716 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Setting up the environment -This repository uses [Gradle](https://gradle.org/) with Kotlin DSL for building and dependency management. The SDK requires Java 8, but development requires JDK 21 for the Kotlin toolchain. +This repository uses [Gradle](https://gradle.org/) with Kotlin DSL for building and dependency management. The SDK requires Java 8 for runtime, but development requires JDK 21 for the Kotlin toolchain. ## Project structure @@ -103,7 +103,6 @@ Then run the tests: ```sh $ ./scripts/test - ``` ### Test configuration @@ -184,7 +183,7 @@ the changes aren't made through the automated pipeline, you may want to make rel ### Publish with a GitHub workflow -You can release to package managers by using [the `Publish Sonatype` GitHub action](https://www.github.com/openai/openai-java/actions/workflows/publish-sonatype.yml). This requires setup organization or repository secrets to be configured. +You can release to package managers by using [the `Publish Sonatype` GitHub Action](https://www.github.com/openai/openai-java/actions/workflows/publish-sonatype.yml). This requires setup organization or repository secrets to be configured. ### Publish manually @@ -203,7 +202,7 @@ This requires the following environment variables to be set: ## Development tools -### Available gradle tasks +### Available Gradle tasks Some useful Gradle tasks: