Skip to content

Remove use of Object in headers and store header value as rpm tag v… #163

Remove use of Object in headers and store header value as rpm tag v…

Remove use of Object in headers and store header value as rpm tag v… #163

Workflow file for this run

name: Java CI
on:
push:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '21' ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK java
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify --file pom.xml