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
gradleApi()
java-gradle-plugin
Provider.orElse()
Plugin should conform to version requirements as laid out in release notes (>= 5.1) and should not implicitly bump with every release.
The text was updated successfully, but these errors were encountered:
(One more option is to run tests against the specific gradle version we intended to maintain compatibility with)
Sorry, something went wrong.
No branches or pull requests
What happened?
gradleApi()
dependency (both directly declared and implicitly declared viajava-gradle-plugin
)Provider.orElse()
, since Gradle 5.6)What did you want to happen?
Plugin should conform to version requirements as laid out in release notes (>= 5.1) and should not implicitly bump with every release.
Suggestions
gradleApi()
dependency (andjava-gradle-plugin
) with an explicit dependency on a fixed version of Gradle APIThe text was updated successfully, but these errors were encountered: