Skip to content

Commit 5242c62

Browse files
committed
Fix
1 parent aec6314 commit 5242c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444

4545
application {
4646
applicationName = "application"
47-
mainClass = "ru.tinkoff.kora.java.Application"
47+
mainClass = "ru.tinkoff.kora.example.Application"
4848
applicationDefaultJvmArgs = ["-Dfile.encoding=UTF-8"]
4949
}
5050

0 commit comments

Comments
 (0)