Skip to content

Commit

Permalink
Make classes in restdocs-api-spec modules visible (#223)
Browse files Browse the repository at this point in the history
Fixes #222
  • Loading branch information
Kieun committed Jan 4, 2023
1 parent e1bddea commit 9b84729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restdocs-api-spec-mockmvc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val junitVersion: String by extra
dependencies {
implementation(kotlin("stdlib-jdk8"))

implementation(project(":restdocs-api-spec"))
api(project(":restdocs-api-spec"))
implementation("org.springframework.restdocs:spring-restdocs-mockmvc:$springRestDocsVersion")

testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion") {
Expand Down

0 comments on commit 9b84729

Please sign in to comment.