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
compile and testCompile are no longer supported by gradle version >=7.0 and lead to your current build with gradle 6.x to warnings.
compile
testCompile
no warnings and ready to switch to gradle >=7.0
Change build scripts
The text was updated successfully, but these errors were encountered:
Made build gradle 7.0 compatible #1085
61f2938
See #495
Sorry, something went wrong.
de-jcup
Successfully merging a pull request may close this issue.
Situation
compile
andtestCompile
are no longer supported by gradle version >=7.0 and lead to your current build with gradle 6.x to warnings.Wanted
no warnings and ready to switch to gradle >=7.0
Solution
Change build scripts
The text was updated successfully, but these errors were encountered: