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.