[#50] Tosspay API Mocking 서버 구현 #51

Merged
pricelees merged 21 commits from feat/#50 into main 2025-10-02 01:13:07 +00:00
Showing only changes of commit 9d2b3d49ea - Show all commits

View File

@ -22,3 +22,7 @@ dependencies {
testImplementation("io.rest-assured:rest-assured:5.5.5") testImplementation("io.rest-assured:rest-assured:5.5.5")
testImplementation("io.rest-assured:kotlin-extensions:5.5.5") testImplementation("io.rest-assured:kotlin-extensions:5.5.5")
} }
tasks.named<Jar>("jar") {
enabled = false
}