Skip to content

Commit

Permalink
A-Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
nathtiekk committed Feb 6, 2025
1 parent d88e272 commit bd8a889
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 @@ -28,7 +28,7 @@ test {
}

application {
mainClass.set("seedu.duke.Duke")
mainClass.set("kif.Kif")
}

shadowJar {
Expand All @@ -38,4 +38,5 @@ shadowJar {

run{
standardInput = System.in
enableAssertions = true
}

0 comments on commit bd8a889

Please sign in to comment.