Skip to content

chore(deps): bump jenkins-x-plugins/jx-release-version from 2.6.11 to 2.7.1 #405

chore(deps): bump jenkins-x-plugins/jx-release-version from 2.6.11 to 2.7.1

chore(deps): bump jenkins-x-plugins/jx-release-version from 2.6.11 to 2.7.1 #405

Workflow file for this run

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