Skip to content

Commit a666c97

Browse files
changed build.gradle.kts
1 parent 5a8adeb commit a666c97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ java {
1515
}
1616
}
1717

18+
application {
19+
mainClass = "hexlet.code.AppApplication"
20+
}
21+
1822
repositories {
1923
mavenCentral()
2024
}

0 commit comments

Comments
 (0)