Skip to content

Bump maven-bundle-plugin from 5.1.8 to 5.1.9 #114

Bump maven-bundle-plugin from 5.1.8 to 5.1.9

Bump maven-bundle-plugin from 5.1.8 to 5.1.9 #114

Workflow file for this run

name: test
on:
release:
types: [created]
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'test'
jobs:
build:
strategy:
matrix:
java: [ '16' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: compile and test
run: mvn compile test --file pom.xml