Skip to content

chore: Bump up patch version to 0.7.2 #80

chore: Bump up patch version to 0.7.2

chore: Bump up patch version to 0.7.2 #80

Workflow file for this run

name: 'Maven Package'
on: [ 'push', 'pull_request' ]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml