Skip to content

Commit

Permalink
Gradle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeyeow02 committed Aug 27, 2022
1 parent d4ef034 commit 784827e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java'
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}

Expand Down Expand Up @@ -28,7 +29,7 @@ test {
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "main.java.duke.gitDuke"
}

shadowJar {
Expand Down
1 change: 0 additions & 1 deletion src/test/java/duke/DeadlinesTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package duke;

import duke.events.Deadlines;
import duke.events.ToDos;
import org.junit.jupiter.api.Test;

import java.time.LocalDateTime;
Expand Down

0 comments on commit 784827e

Please sign in to comment.