Skip to content

Commit d6d8e05

Browse files
committed
A
Revert "[FIX] mainClassName -> mainClass" This reverts commit 5587237.
1 parent c6fb08d commit d6d8e05

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
@@ -92,7 +92,7 @@ dependencies {
9292
}
9393

9494
springBoot {
95-
mainClass = 'com.example.ai_tutor.AiTutorApplication'
95+
mainClassName = 'com.example.ai_tutor.AiTutorApplication'
9696
}
9797
test {
9898
testLogging {

0 commit comments

Comments
 (0)