Skip to content

all: pom reorganisation #4

all: pom reorganisation

all: pom reorganisation #4

Workflow file for this run

name: Build Invoicing
on:
push:
branches: [ "main" ]
paths:
- 'pta-invoicing/**'
pull_request:
branches: [ "main" ]
paths:
- 'pta-invoicing/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pta-invoicing/pom.xml