Skip to content

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.1… #41

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.1…

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.1… #41

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
steps:
- name: Check out code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Java ${{ matrix.java }}
uses: actions/[email protected]
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Build
run: ./mvnw clean package