Skip to content

Bump org.apache.cxf:cxf-xjc-plugin from 4.1.1 to 4.1.2 #218

Bump org.apache.cxf:cxf-xjc-plugin from 4.1.1 to 4.1.2

Bump org.apache.cxf:cxf-xjc-plugin from 4.1.1 to 4.1.2 #218

Workflow file for this run

on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: corretto
cache: maven
- name: Run Linting
run: mvn spotless:check
- name: Run Tests
run: mvn test