We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19cfac1 + 262d9da commit 6ce7f19Copy full SHA for 6ce7f19
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: dev-vince/[email protected]
60
with:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- java-version: "8"
+ java-version: "17"
63
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.
+ project: gradle # The project type.
65
branch: "gh-pages" # The branch for the javadoc contents.
0 commit comments