Skip to content

Commit

Permalink
Merge pull request #155 from anqichen9856/master
Browse files Browse the repository at this point in the history
Change output jar name from "addressbook" to "moolah"
  • Loading branch information
anqichen9856 committed Oct 30, 2019
2 parents 7b713e3 + 26ae118 commit bb7f4b0
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 @@ -72,7 +72,7 @@ dependencies {
}

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

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

0 comments on commit bb7f4b0

Please sign in to comment.