Skip to content

Bump org.eclipse.jgit:org.eclipse.jgit from 6.10.0.202406032230-r to 7.3.0.202506031305-r #14

Bump org.eclipse.jgit:org.eclipse.jgit from 6.10.0.202406032230-r to 7.3.0.202506031305-r

Bump org.eclipse.jgit:org.eclipse.jgit from 6.10.0.202406032230-r to 7.3.0.202506031305-r #14

Workflow file for this run

name: build
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Build with Maven
run: mvn -B clean package