Skip to content

Commit ec49759

Browse files
committed
Change main class name.
1 parent fc9f60a commit ec49759

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test {
4444
}
4545

4646
application {
47-
mainClassName = "seedu.duke.Duke"
47+
mainClassName = "duke.Launcher"
4848
}
4949

5050
shadowJar {
@@ -61,3 +61,4 @@ run {
6161
standardInput = System.in
6262
}
6363

64+

0 commit comments

Comments
 (0)