Skip to content

Commit

Permalink
Merge pull request #84 from muller317/Branch-Buildjarname
Browse files Browse the repository at this point in the history
Rename created jar name from AddressBook to ServiceTrack
  • Loading branch information
muller317 authored Oct 24, 2024
2 parents 9b456bf + 35715b1 commit 11b8b7a
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 @@ -70,7 +70,7 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'ServiceTrack.jar'
}

defaultTasks 'clean', 'test'

0 comments on commit 11b8b7a

Please sign in to comment.