Skip to content

Commit 262d9da

Browse files
authored
Update build.yml
Update deploy to GitHub pages to use java 17 and grade project type
1 parent 19cfac1 commit 262d9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: dev-vince/[email protected]
6060
with:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
java-version: "8"
62+
java-version: "17"
6363
java-distribution: "adopt" # The distributor of the target JDK. See https://github.com/actions/setup-java for more information.
64-
project: maven # The project type.
64+
project: gradle # The project type.
6565
branch: "gh-pages" # The branch for the javadoc contents.

0 commit comments

Comments
 (0)