Skip to content

[3.0.x] Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 in /netty-reactive-streams #844

[3.0.x] Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 in /netty-reactive-streams

[3.0.x] Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 in /netty-reactive-streams #844

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 3.0.x
push:
branches:
- 3.0.x
jobs:
build:
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean package