Skip to content

re-enable "buildtimestamp-jgit" and "sourceref-jgit" tycho plugins (#47) #15

re-enable "buildtimestamp-jgit" and "sourceref-jgit" tycho plugins (#47)

re-enable "buildtimestamp-jgit" and "sourceref-jgit" tycho plugins (#47) #15

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/[email protected]
with:
java-version: 17
maven-version: 3.9.2
- name: Build (mvn package)
run: mvn -B package --file com.eclipsesource.megit.parent/pom.xml