Skip to content

Commit

Permalink
Merge pull request #176 from snyk/fix/windows-tests-taking-latest-gra…
Browse files Browse the repository at this point in the history
…dle-version

fix: specify gradle version in windows tests
  • Loading branch information
Avishagp committed Apr 19, 2021
2 parents 7f77ae3 + e5d2159 commit 975007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -54,7 +54,7 @@ commands:
install_gradle_windows:
description: Install gradle
steps:
- run: choco install gradle
- run: choco install gradle --version=6.0
install_sdkman:
description: Install SDKMAN
steps:
Expand Down

0 comments on commit 975007a

Please sign in to comment.