fix: fixes backing data empty list bug#52
Conversation
WalkthroughThis PR makes two independent updates: Maven publishing is now unconditionally signed for all publications via 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@android/build.gradle.kts`:
- Line 98: The change enabling signAllPublications() causes all publish tasks
(including publishToMavenLocal) to fail when GPG creds are not configured;
modify the build so signing only runs when credentials are present or in CI:
detect signing properties (signing.*) or ORG_GPG_* env vars (or a custom gradle
property like requireSigning=true) before invoking signAllPublications(), and/or
skip signing for local tasks such as publishToMavenLocal; also consider moving
this signing change into its own PR separate from the "fixes backing data empty
list bug" work.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 9d72113f-ac18-4f62-a76d-9dfa6c55ee67
📒 Files selected for processing (2)
android/build.gradle.ktsandroid/src/main/java/com/formbricks/android/manager/UserManager.kt
|



fixes a bug with the backing data which made display once once and display until responded options for the surveys not work