snyk / snyk-gradle-plugin

Basic Snyk CLI plugin for Gradle support
Other
25 stars 19 forks source link

fix: specify gradle version in windows tests #176

Closed Avishagp closed 3 years ago

Avishagp commented 3 years ago

What does this PR do?

Following failing Windows tests in this PR: https://github.com/snyk/snyk-gradle-plugin/pull/175

Windows tests are using the latest Gradle version, because the chocolatey installation doesn't specify another version. The tests are using Gradle 7 which is not supported causing the tests to fail for Windows. This change specifies a version.

snyksec commented 3 years ago

:tada: This PR is included in version 3.14.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: