Skip to content

Commit

Permalink
Update build.gradle for release of v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zupey committed Sep 15, 2022
1 parent 554a64f commit c0a01f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test {
}

application {
mainClassName = "duke.Duke"
mainClassName = "duke.Launcher"
}

checkstyle {
Expand All @@ -58,4 +58,5 @@ shadowJar {

run{
standardInput = System.in
enableAssertions = true
}

0 comments on commit c0a01f6

Please sign in to comment.