Skip to content

Commit 4441fce

Browse files
changed build.gradle.kts
1 parent 79fab23 commit 4441fce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ java {
2020
}
2121
}
2222

23+
application {
24+
mainClass = "hexlet.code.AppApplication"
25+
}
26+
27+
2328
repositories {
2429
mavenCentral()
2530
}

0 commit comments

Comments
 (0)