Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openai-java-proguard-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("openai.kotlin")
id("com.gradleup.shadow") version "8.3.8"
id("com.gradleup.shadow") version "9.6.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Shadow compatible with the Gradle 8.12 wrapper

Shadow 9.6.1 does not support the repository's Gradle 8.12 wrapper; this Shadow release line requires Gradle 9. Because settings.gradle.kts includes every openai-java* project, normal build and test invocations configure this project and fail while applying the plugin, before the ProGuard tests can run. Keep Shadow on a Gradle-8-compatible release or upgrade and validate the wrapper in the same change.

AGENTS.md reference: AGENTS.md:L24-L26

Useful? React with 👍 / 👎.

}

buildscript {
Expand Down
Loading