ci: install JGit dependency
commit04ba2c7eb38fbb0f1a440971953557b9eb3b789b
authorPatrick Steinhardt <ps@pks.im>
Fri, 12 Apr 2024 04:44:43 +0000 (12 06:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2024 15:47:50 +0000 (12 08:47 -0700)
tree2a2b670c1d92b96b0dc7b86da5b7e0b85164feb7
parentca44ef3165324ff76aa27261141f573846f9bfca
ci: install JGit dependency

We have some tests in t5310 that use JGit to verify that bitmaps can be
read both by Git and by JGit. We do not execute these tests in our CI
jobs though because we don't make JGit available there. Consequently,
the tests basically bitrot because almost nobody is ever going to have
JGit in their path.

Install JGit to plug this test gap.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-dependencies.sh