Skip to content

chore(deps): bump plugin from 4.43.1 to 4.71 #396

chore(deps): bump plugin from 4.43.1 to 4.71

chore(deps): bump plugin from 4.43.1 to 4.71 #396

Workflow file for this run

---
name: Javadoc
on:
pull_request:
jobs:
javadoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 11
- name: Javadoc
run: |
mvn --no-transfer-progress javadoc:javadoc