From 262d9da4b91d2b459b742c5867536e49fe31a892 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Wed, 13 Dec 2023 22:21:27 +1000 Subject: [PATCH] Update build.yml Update deploy to GitHub pages to use java 17 and grade project type --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44e2f80..9afac95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: uses: dev-vince/actions-publish-javadoc@v1.0.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - java-version: "8" + java-version: "17" java-distribution: "adopt" # The distributor of the target JDK. See https://github.com/actions/setup-java for more information. - project: maven # The project type. + project: gradle # The project type. branch: "gh-pages" # The branch for the javadoc contents.