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
Hello.
While smoothly following Getting started I get an error Could not find method testCompile() for arguments and make a request.
Could not find method testCompile() for arguments
In a way, this is a very simple error.
However, since it is an open source project, I respectfully request it because I thought it would be good to always keep the latest version of README.
As of Gradle 7, the testCompile method has been removed.
It would be appreciated if you correct the 2.2/dependencies/testCompile() configuration with testImplementation().
2.2/dependencies/testCompile()
testImplementation()
testImplementation('com.epages:restdocs-api-spec-mockmvc:0.15.1') //2.2 | works with Gradle 7 version
Thank you for developing a great product 🙂
The text was updated successfully, but these errors were encountered:
Hey @jyeonjyan ,
that's true and thanks for pointing it out! Looks like, you managed anyway. :)
We aren't explicit on the gradle version we use for the example, we just assumed the same as the gradle wrapper included in this project, which is basically a year old ( https://gradle.org/releases/ ), but still works fine.
The solution space:
Sorry, something went wrong.
This is done
ozscheyge
No branches or pull requests
Hello.
While smoothly following Getting started
I get an error
Could not find method testCompile() for arguments
and make a request.In a way, this is a very simple error.
However, since it is an open source project,
I respectfully request it because I thought it would be good to always keep the latest version of README.
As of Gradle 7, the testCompile method has been removed.
It would be appreciated if you correct the
2.2/dependencies/testCompile()
configuration withtestImplementation()
.Thank you for developing a great product 🙂
The text was updated successfully, but these errors were encountered: