Skip to content

Commit 6ce7f19

Browse files
authored
Merge pull request #9 from qdrant/russcam-patch-2
Update build.yml
2 parents 19cfac1 + 262d9da commit 6ce7f19

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)