-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(codegen): fix codegen release (#5994)
Jreleaser has to work in a git repository, and uses the jgit java library to interact with git. When jgit tries to open the git repo, it tries to open `codegen/config` as a file, which blows up. I don't know of any way to configure what jgit is doing here, so I renamed the directory and it solves the issue. Also had to set `gitRootSearch` so jreleaser walks up the parent directories to find the git root.
- Loading branch information
1 parent
46f9da3
commit 2f5f32e
Showing
4 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.