Skip to content

Commit

Permalink
Fix gradle files (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-cheepeng committed Nov 4, 2019
1 parent 66e7041 commit 97da87b
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 @@ -74,7 +74,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'ExerHealth.jar'

destinationDir = file("${buildDir}/jar/")
}
Expand Down

0 comments on commit 97da87b

Please sign in to comment.