Skip to content

Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.11.2 #808

Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.11.2

Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.11.2 #808

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
env:
# needed for excluding enterprise tests
TRAVIS: true
run: mvn --batch-mode clean test --no-transfer-progress