Skip to content

Nexx360: Preserve custom imp.ext fields and add vendor id #5772

Nexx360: Preserve custom imp.ext fields and add vendor id

Nexx360: Preserve custom imp.ext fields and add vendor id #5772

Workflow file for this run

name: Java CI
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.github/**'
branches:
- master
release:
types:
- created
permissions:
contents: read
actions: read
checks: write
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 21 ]
steps:
- uses: actions/checkout@v5
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
cache: 'maven'
cache-dependency-path: extra/pom.xml
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file extra/pom.xml