Skip to content

re-enable "buildtimestamp-jgit" and "sourceref-jgit" tycho plugins #14

re-enable "buildtimestamp-jgit" and "sourceref-jgit" tycho plugins

re-enable "buildtimestamp-jgit" and "sourceref-jgit" tycho plugins #14

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java and Maven
uses: s4u/setup-maven-action@v1.11.0
with:
java-version: 17
maven-version: 3.9.2
- name: Build (mvn package)
run: mvn -B package --file com.eclipsesource.megit.parent/pom.xml