Skip to content

Commit

Permalink
Change module name (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Aug 29, 2024
1 parent 9b66622 commit 4ef640b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

- Move `@ADR` annotation to `io.github.adr.linked` package to strengthen that it is a link.
- Changed module name to `io.github.adr` (because offer both `.linked` and `.embedded` packages).

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test {

jar {
manifest {
attributes('Automatic-Module-Name': 'io.github.adr.embedded')
attributes('Automatic-Module-Name': 'io.github.adr')
}
}

Expand Down

0 comments on commit 4ef640b

Please sign in to comment.