Skip to content

Commit

Permalink
Merge pull request #44 from H4mes/branch-BugFixes
Browse files Browse the repository at this point in the history
Change window title and jar name
  • Loading branch information
bennyLCK authored Mar 21, 2024
2 parents 73be15d + edf338f commit c7683a8
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 156 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
}

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

defaultTasks 'clean', 'test'
Loading

0 comments on commit c7683a8

Please sign in to comment.