Skip to content

chore(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.15.0 in /websocket-reactor-netty2 #40

chore(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.15.0 in /websocket-reactor-netty2

chore(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.15.0 in /websocket-reactor-netty2 #40

name: spring-reactive-websocket-reactor-netty2
on:
push:
paths:
- "websocket-reactor-netty2/**"
branches: [ master ]
pull_request:
paths:
- "websocket-reactor-netty2/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd websocket-reactor-netty2
mvn -B package --file pom.xml