Skip to content

Commit

Permalink
Add gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyly7 committed Jan 21, 2021
1 parent fb666ce commit d6b6f3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions src/main/java/NUS/Duke/Duke.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
package NUS.Duke;

import NUS.Duke.DTO.TaskDTO;
import NUS.Duke.ProcessingException;

import NUS.Duke.utils.ParserUtil;
import NUS.Duke.utils.UI;

import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;

public class Duke {

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/NUS/Duke/utils/ParserUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import NUS.Duke.DTO.TaskDTO;
import NUS.Duke.DTO.TodoDTO;
import NUS.Duke.ProcessingException;
import NUS.Duke.utils.UI;



Expand All @@ -14,7 +13,6 @@
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Scanner;

Expand Down
5 changes: 1 addition & 4 deletions src/test/java/JunitTest.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import NUS.Duke.DTO.TodoDTO;
import NUS.Duke.ProcessingException;

import NUS.Duke.utils.ParserUtil;
import NUS.Duke.utils.UI;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

public class JunitTest {
Expand Down

0 comments on commit d6b6f3d

Please sign in to comment.