Skip to content

Resolve Gradle configuration conflicts - #5

Open
Max7526 wants to merge 1 commit into
mainfrom
codex/implement-main-features-for-moviebox-7nnxoq
Open

Resolve Gradle configuration conflicts#5
Max7526 wants to merge 1 commit into
mainfrom
codex/implement-main-features-for-moviebox-7nnxoq

Conversation

@Max7526

@Max7526 Max7526 commented Dec 2, 2025

Copy link
Copy Markdown
Owner

Summary

  • add plugin and dependency repository management in settings to standardize resolution sources
  • bump Gradle wrapper and Compose compiler/BOM versions to align with current toolchain

Testing

  • Not run (not available in this environment)

Codex Task

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread gradlew
Comment on lines +13 to +18
"$JAVA_CMD" -version >/dev/null 2>&1 || {
echo "Java not found, please install JDK" >&2
exit 1
}

exec "$JAVA_CMD" -Dorg.gradle.appname=gradlew -classpath "$DIR/gradle/wrapper/gradle-wrapper.jar" org.gradle.wrapper.GradleWrapperMain "$@"

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 Gradle wrapper unusable without wrapper JAR

The added wrapper script expects gradle/wrapper/gradle-wrapper.jar, but that file is not present anywhere in the repo (find . -name gradle-wrapper.jar returns nothing). Any attempt to run ./gradlew … will fail before build configuration is evaluated because the wrapper main class cannot be found. Please commit the wrapper JAR (or generate it) alongside the scripts.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant