Skip to content

Bump biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.0.0 #158

Bump biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.0.0

Bump biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.0.0 #158

Workflow file for this run

name: Maven Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -D maven.test.failure.ignore=true -B clean install --file pom.xml
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: test-results-${{ matrix.os }}
if-no-files-found: error
path: |
${{ github.workspace }}/**/target/surefire-reports/*.xml
event_file:
name: "Event File"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Event File
path: ${{ github.event_path }}