Skip to content

Update JGit to 7.0, this now requires JDK 17 #55

Update JGit to 7.0, this now requires JDK 17

Update JGit to 7.0, this now requires JDK 17 #55

Workflow file for this run

# This workflow will perform a build of the project and run tests
name: Build and check
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
# Allows to run from the Actions tab
workflow_dispatch:
jobs:
build-and-test:
uses: centic9/actions/.github/workflows/gradle-build.yml@8
with:
fullCheckout: true