Skip to content

changed EntityChange to use timestamp as jsonProperty instead of date… #58

changed EntityChange to use timestamp as jsonProperty instead of date…

changed EntityChange to use timestamp as jsonProperty instead of date… #58

Workflow file for this run

name: Verify
on:
push:
branches-ignore:
- main
- main-who
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode package