fix: remove gradle/wrapper/gradle-wrapper.jar from android projects by duttarnab · Pull Request #14089 · JanssenProject/jans (original) (raw)

📝 Walkthrough

Walkthrough

Two README files documenting Android project development are updated to provide explicit step-by-step guidance for building and running Android apps, replacing previously combined instructions with granular numbered steps for opening projects in Android Studio, configuring Gradle wrappers, and running on simulators.

Changes

Android Build Documentation

Layer / File(s) Summary
Android build setup instructions docs/cedarling/developer/mobile-apps/cedarling-android.md, jans-cedarling/bindings/cedarling_uniffi/README.md Build setup documentation is expanded from single combined steps into explicit ordered sub-steps: opening the androidApp project in Android Studio, invoking the Run Anything dialog (Ctrl twice), generating the Gradle wrapper with Gradle version 8.7, and running on a simulator.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

area-documentation, comp-docs, comp-jans-cedarling

Suggested reviewers

❌ Failed checks (3 warnings)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title specifies removing gradle-wrapper.jar files from Android projects, which aligns with the documented changes about updating Android build documentation, but the summary shows only documentation updates with no evidence of actual gradle-wrapper.jar file removal. The title promises removal of gradle-wrapper.jar binaries, but the actual changes only update documentation. Either add the gradle-wrapper.jar file removals or correct the title to reflect documentation-only changes.
Linked Issues check ⚠️ Warning Issue #14068 requires removing gradle-wrapper.jar binaries from three specific Android project paths, but the PR only shows documentation updates without evidence of the required binary file removals. Include the removal of gradle/wrapper/gradle-wrapper.jar files from demos/jans-chip/android/, demos/opensearch-cedarling/, and jans-cedarling/bindings/cedarling_uniffi/androidApp/ directories to satisfy the issue requirements.
Out of Scope Changes check ⚠️ Warning The PR includes documentation updates to Android build instructions that are not mentioned in the linked issue requirements, which specifically focus only on removing gradle-wrapper.jar binaries. Remove documentation changes unrelated to issue #14068, or clarify in the issue if documentation updates are also in scope for this PR.

✅ Passed checks (2 passed)

Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed PR description follows the template structure with target issue #14068 specified, but Implementation Details section is empty and lacks explanation of the gradle-wrapper.jar removal approach.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches 📝 Generate docstrings


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.