We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec6314 commit 5242c62Copy full SHA for 5242c62
1 file changed
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
45
application {
46
applicationName = "application"
47
- mainClass = "ru.tinkoff.kora.java.Application"
+ mainClass = "ru.tinkoff.kora.example.Application"
48
applicationDefaultJvmArgs = ["-Dfile.encoding=UTF-8"]
49
}
50
0 commit comments