Skip to content

Commit 5eeb023

Browse files
committed
Updated build.gradle
1 parent 38c0946 commit 5eeb023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ checkstyle {
1010
}
1111

1212
shadowJar {
13-
archiveBaseName = "duke"
13+
archiveBaseName = "AlphaNUS"
1414
archiveVersion = "0.1.3"
1515
archiveClassifier = null
1616
archiveAppendix = null
@@ -26,7 +26,7 @@ repositories {
2626

2727
application {
2828
// Change this to your main class.
29-
mainClassName = "Duke"
29+
mainClassName = "AlphaNUS"
3030
}
3131

3232
run {

src/main/java/command/Process.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,4 @@ public void deletePayee(String input, HashMap<String, Payee> managermap, Ui ui)
388388
ui.exceptionMessage(" ☹ OOPS!!! There is no payee with that name yet, please add the payee first!");
389389
}
390390
}
391-
}
391+
}

0 commit comments

Comments
 (0)