Skip to content

Commit c79cf99

Browse files
committed
feat : cicd test
1 parent a9803eb commit c79cf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencyManagement {
2525
tasks.bootJar {
2626
archiveBaseName.set("embitips") // JAR 이름
2727
archiveVersion.set("0.0.1") // 버전
28-
mainClass.set("com.backjoon.MbtipsApplication")
28+
mainClass.set("com.baekjoon.MbtipsApplication")
2929
}
3030
tasks.jar {
3131
enabled = false

0 commit comments

Comments
 (0)