We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While convenient, internal Gradle classes should never be used as they can introduce breaking changes with a new Gradle runtime version and therefore may break the consumer of this plugin. Example: https://github.com/snyk/gradle-plugin/blob/master/src/main/java/io/snyk/gradle/plugin/CliDownloader.java#L66
The same behavior can be observed in SnykBinaryTask.
SnykBinaryTask
The text was updated successfully, but these errors were encountered:
Great suggestion
Sorry, something went wrong.
Seems this should be closed. Neither of the classes in the OP are using anything but public gradle API now.
bmvermeer
No branches or pull requests
While convenient, internal Gradle classes should never be used as they can introduce breaking changes with a new Gradle runtime version and therefore may break the consumer of this plugin. Example: https://github.com/snyk/gradle-plugin/blob/master/src/main/java/io/snyk/gradle/plugin/CliDownloader.java#L66
The same behavior can be observed in
SnykBinaryTask
.The text was updated successfully, but these errors were encountered: