Commit 2f5f32e
authored
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.1 parent 46f9da3 commit 2f5f32e
File tree
4 files changed
+5
-1
lines changed- codegen
- gradleConfig
- checkstyle
- spotbugs
4 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
240 | | - | |
| 243 | + | |
241 | 244 | | |
242 | 245 | | |
243 | 246 | | |
| |||
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
| 256 | + | |
253 | 257 | | |
254 | 258 | | |
255 | 259 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments