Skip to content

Update CI to use java 21 #21

Update CI to use java 21

Update CI to use java 21 #21

Workflow file for this run

name: javadoc
on:
push:
branches:
- main
jobs:
javadoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: build with maven
run: mvn -B package --file pom.xml -DskipTests
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
branch: gh-pages
clean: true
folder: docs
git-config-name: FarLandsMC
git-config-email: <>