Skip to content

Bump the freefair group with 3 updates #495

Bump the freefair group with 3 updates

Bump the freefair group with 3 updates #495

Workflow file for this run

name: javadoc
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
- name: Check javadoc build
run: ./gradlew javadoc --stacktrace