Skip to content

Commit

Permalink
MINOR: [Java] Fix develocity cache directory name in .gitignore (#41866)
Browse files Browse the repository at this point in the history
### Rationale for this change

`.gitignore` is not referencing correctly the develocity cache directory

### What changes are included in this PR?

Changing from `.mvn/.develocity.xml` to `.mvn/.develocity/`

### Are these changes tested?

No (Checking local git output)

### Are there any user-facing changes?

No

Authored-by: Laurent Goujon <[email protected]>
Signed-off-by: David Li <[email protected]>
  • Loading branch information
laurentgo authored May 28, 2024
1 parent 235608b commit 0b5c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ __debug_bin
.envrc

# Develocity
.mvn/.develocity.xml
.mvn/.develocity/

0 comments on commit 0b5c53b

Please sign in to comment.