Skip to content

Commit

Permalink
Merge pull request #120 from tjtanjin/update-build-gradle
Browse files Browse the repository at this point in the history
Refactor: update build.gradle to reflect new package name
  • Loading branch information
tjtanjin authored Mar 2, 2021
2 parents e608fe8 + 70945ae commit 012220d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
mainClassName = 'seedu.us.among.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 012220d

Please sign in to comment.