Skip to content

Bump surefire.version from 3.2.1 to 3.2.2 (#292) #379

Bump surefire.version from 3.2.1 to 3.2.2 (#292)

Bump surefire.version from 3.2.1 to 3.2.2 (#292) #379

Workflow file for this run

name: javadoc
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Javadoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
- name: Build javadoc
run: mvn compile javadoc:javadoc