Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gradle-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "8.14.1"
# For version upgrades check whether patches are still needed.
# Upstream changes are being tracked in https://github.com/gradle/gradle/issues/25945
epoch: 0
epoch: 1
description: A Java project management and project comprehension tool.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -38,6 +38,8 @@ pipeline:
tag: v${{package.version}}
expected-commit: c174b82566a79e3575bac8c7648c7b36cd815e94

- uses: maven/pombump

- uses: patch
with:
patches: upgrade-deps.patch
Expand Down
4 changes: 4 additions & 0 deletions gradle-8/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patches:
- groupId: org.eclipse.jgit
artifactId: org.eclipse.jgit
version: 6.10.1.202505221210-r
Loading