Skip to content

Fix public visibility of rolling timestamp headers #52

Fix public visibility of rolling timestamp headers

Fix public visibility of rolling timestamp headers #52

Workflow file for this run

name: CI/CD
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Check License
run: mvn license:check
- name: Build
run: mvn clean package -B
- name: Create JAR
run: mvn jar:jar