We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bddea commit 3680fe5Copy full SHA for 3680fe5
restdocs-api-spec-mockmvc/build.gradle.kts
@@ -14,7 +14,7 @@ val junitVersion: String by extra
14
dependencies {
15
implementation(kotlin("stdlib-jdk8"))
16
17
- implementation(project(":restdocs-api-spec"))
+ api(project(":restdocs-api-spec"))
18
implementation("org.springframework.restdocs:spring-restdocs-mockmvc:$springRestDocsVersion")
19
20
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion") {
0 commit comments