Skip to content

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #141

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

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #141

Workflow file for this run

# Secondary build that builds the project with JDK 11. Note that the target in the pom.xml is still Java 8.
name: Java 11 build
on: [push, pull_request]
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: 'adopt'
- name: Build with Maven
run: mvn -B --file pom.xml package