Skip to content

Commit b9d9791

Browse files
authored
Merge pull request #30 from AI-Tutor-2024/develop
[DEPLOY]
2 parents a9df020 + 93f7d79 commit b9d9791

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.4'
44
id 'io.spring.dependency-management' version '1.1.4'
5+
id 'application'
56
}
67

78
group = 'com.example'
@@ -101,6 +102,12 @@ dependencies {
101102
// Spring Boot Test
102103
testImplementation 'org.springframework.boot:spring-boot-starter-test'
103104
}
105+
106+
107+
application {
108+
mainClass = 'com.example.ai_tutor.AiTutorApplication'
109+
}
110+
104111
test {
105112
testLogging {
106113
events "passed", "skipped", "failed"

0 commit comments

Comments
 (0)