generated from pricelees/issue-pr-template
refactor: tosspay-mock 모듈 plain jar 생성 비활성화
This commit is contained in:
parent
aeeaaab735
commit
9d2b3d49ea
@ -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
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user