You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle 7.2 do not use this configuration anymore but instead testCompileOnly also with dependency spring-restdocs-webtestclient it is working only in the testImplementation configuration.
wilkinsona
changed the title
Update Spring REST Docs Gradle build configuration
Update Gradle configuration examples to use configurations for dependencies that are Gradle 7-compatible
Aug 23, 2021
wilkinsona
changed the title
Update Gradle configuration examples to use configurations for dependencies that are Gradle 7-compatible
Update Gradle examples to use configurations for dependencies that are Gradle 7-compatible
Aug 23, 2021
The Spring REST Docs documentation suggests add
spring-restdocs-mockmvc
dependency in thetestCompile
configuration.Gradle 7.2 do not use this configuration anymore but instead
testCompileOnly
also with dependencyspring-restdocs-webtestclient
it is working only in thetestImplementation
configuration.See:
https://gitter.im/spring-projects/spring-restdocs?at=6123547ceb72173430e02917
https://gitter.im/spring-projects/spring-restdocs?at=61235b29aa48d1340c298457
The text was updated successfully, but these errors were encountered: