Skip to content

Commit f8f5c31

Browse files
committed
feat:추후 해결을 위한 주석처리후 기존코드 복귀
1 parent 2b8463d commit f8f5c31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ dependencies {
7070
annotationProcessor "jakarta.persistence:jakarta.persistence-api"
7171
}
7272

73-
bootJar {
74-
layered {
75-
enabled = true
76-
}
77-
}
73+
//bootJar {
74+
// layered {
75+
// enabled = true
76+
// }
77+
//}
7878
tasks.named('test') {
7979
useJUnitPlatform()
8080
}

0 commit comments

Comments
 (0)