[#35] 결제 스키마 재정의 & 예약 조회 페이지 개선 #36

Merged
pricelees merged 37 commits from refactor/#35 into main 2025-08-22 06:43:16 +00:00
Showing only changes of commit 86a8451bc3 - Show all commits

View File

@ -21,6 +21,10 @@ java {
} }
} }
tasks.jar {
enabled = false
}
kapt { kapt {
keepJavacAnnotationProcessors = true keepJavacAnnotationProcessors = true
} }