Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Update deploy to GitHub pages to use java 17 and grade project type
  • Loading branch information
russcam authored Dec 13, 2023
1 parent 19cfac1 commit 262d9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: dev-vince/[email protected]
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.

0 comments on commit 262d9da

Please sign in to comment.