Skip to content

Commit

Permalink
Merge pull request #99 from aakanshanarain/fix-main-class-issue
Browse files Browse the repository at this point in the history
Change mainClassName to run the app
  • Loading branch information
aakanshanarain authored Oct 23, 2021
2 parents 40c8848 + 6f91bcd commit f8632fa
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.modulink.Main'

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

0 comments on commit f8632fa

Please sign in to comment.