Skip to content

Upgrade gradle-git-properties for worktree support#181

Merged
em3s merged 1 commit intomainfrom
ab-agent-claude-08
Feb 5, 2026
Merged

Upgrade gradle-git-properties for worktree support#181
em3s merged 1 commit intomainfrom
ab-agent-claude-08

Conversation

@em3s
Copy link
Copy Markdown
Contributor

@em3s em3s commented Feb 5, 2026

Summary

Upgrade gradle-git-properties plugin from 2.4.2 to 2.5.5 to fix RepositoryNotFoundException when building in git worktree environments.

Changes

  • Upgrade com.gorylenko.gradle-git-properties plugin: 2.4.2 → 2.5.5

How to Test

  1. Create a git worktree:

    git worktree add ../test-worktree -b test-branch
    cd ../test-worktree
  2. Run the build:

    ./gradlew :server:generateGitProperties
  3. Verify BUILD SUCCESSFUL (previously failed with RepositoryNotFoundException)


🤖 Generated with Claude Code

Upgrade gradle-git-properties plugin from 2.4.2 to 2.5.5 to fix
RepositoryNotFoundException when building in git worktree environments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Feb 5, 2026
@em3s em3s merged commit 1aa9fb2 into main Feb 5, 2026
10 checks passed
@em3s em3s self-assigned this Feb 6, 2026
@em3s em3s changed the title fix(server): upgrade gradle-git-properties for worktree support Upgrade gradle-git-properties for worktree support Feb 12, 2026
@em3s em3s deleted the ab-agent-claude-08 branch March 1, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant