Skip to content

changelog and bump for 3.0.10 #45

changelog and bump for 3.0.10

changelog and bump for 3.0.10 #45

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
java: [8-jdk, 11-jdk, 17-jdk, 21-jdk]
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v3
- uses: gradle/actions/wrapper-validation@v3
- run: ./gradlew build --stacktrace --warning-mode fail