Skip to content

Commit

Permalink
Make classes in restdocs-api-spec module visible in restassured module (
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n authored Sep 30, 2024
1 parent 9023099 commit 7d8f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restdocs-api-spec-restassured/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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-restassured:$springRestDocsVersion")

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

0 comments on commit 7d8f2eb

Please sign in to comment.