Skip to content

Commit 5587237

Browse files
committed
[FIX] mainClassName -> mainClass
Gradle 버전에 따른 변경사항
1 parent 36f078f commit 5587237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
}
9191

9292
springBoot {
93-
mainClassName = 'com.example.ai_tutor.AiTutorApplication'
93+
mainClass = 'com.example.ai_tutor.AiTutorApplication'
9494
}
9595
test {
9696
testLogging {

0 commit comments

Comments
 (0)