Skip to content

Commit

Permalink
[misc] update travis windows testing to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 15, 2024
1 parent 99d585b commit 04170a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_install:
- |-
case $TRAVIS_OS_NAME in
windows)
choco install openjdk11 maven
choco install microsoft-openjdk17 maven
export PATH=$(cmd.exe //c "refreshenv > nul & C:\Progra~1\Git\bin\bash -c 'echo \$PATH' ")
;;
esac
Expand Down

0 comments on commit 04170a1

Please sign in to comment.