Skip to content

Commit

Permalink
Changed the mainclas in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertybox123 committed Sep 23, 2023
1 parent c63e4a6 commit 6b9f829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/*.iml

# Gradle build files
*.jar
/.gradle/
/build/
src/main/resources/docs/
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test {
}

application {
mainClass.set("duke.Duke")
mainClass.set("duke.Launcher")
}

shadowJar {
Expand All @@ -54,6 +54,6 @@ shadowJar {
archiveFileName = "duke.jar"
}

run{
run {
standardInput = System.in
}

0 comments on commit 6b9f829

Please sign in to comment.