Skip to content

Commit 613544e

Browse files
committed
added application
1 parent 7a064cf commit 613544e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id("java")
33
id("com.github.ben-manes.versions") version "0.51.0"
4+
application
45
}
56

67
group = "hexlet.code"
@@ -18,4 +19,8 @@ dependencies {
1819

1920
tasks.test {
2021
useJUnitPlatform()
22+
}
23+
24+
application {
25+
mainClass = "hexlet.code.App"
2126
}

0 commit comments

Comments
 (0)