| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The variable was renamed from `branchName` to `sanitizedBranchName` in the return statement but not in the declaration, causing Gradle project evaluation to fail with "Could not get unknown property 'sanitizedBranchName'". This broke all CI jobs (javadoc, tests, checks) since the project couldn't configure. https://claude.ai/code/session_01PGPxo4kJmjmYn4nAgtyMZ6
There was a problem hiding this comment.
I fixed that on main with my latest PR ... please double check
Sorry, something went wrong.
|
Ok great. I might have introduced this bug with a bad merge conflict resolution |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Context
This fixes the CI failures on PR #4274 (JSpecify big wave 3). The variable was declared as branchName on line 91 but referenced as sanitizedBranchName on line 93.
Test plan
https://claude.ai/code/session_01PGPxo4kJmjmYn4nAgtyMZ6