Skip to content

Commit

Permalink
[#80] Fixed invalid automatic module name in argon2-nolibs
Browse files Browse the repository at this point in the history
It's now `de.mkammerer.argon2.nolibs`
  • Loading branch information
phxql committed Mar 22, 2021
1 parent 54b7e13 commit 2f931d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file. This projec

### Added

* Added support for Apple's M1 ([PR](https://github.com/phxql/argon2-jvm/pull/82), [VirusTotal scan of the binary](https://www.virustotal.com/gui/file-analysis/ZDQ3ZTQ1ZTIxNTYzY2YyZmU5ZGJjYzQyNGY5ZWY4MzY6MTYxNDA2NzU3MA==/detection))
- Added support for Apple's M1 ([PR](https://github.com/phxql/argon2-jvm/pull/82), [VirusTotal scan of the binary](https://www.virustotal.com/gui/file-analysis/ZDQ3ZTQ1ZTIxNTYzY2YyZmU5ZGJjYzQyNGY5ZWY4MzY6MTYxNDA2NzU3MA==/detection))

### Fixed

- Fixed invalid automatic module name in argon2-nolibs. It's now `de.mkammerer.argon2.nolibs`.

## [2.9.1] - 2021-01-30

Expand Down
2 changes: 1 addition & 1 deletion argon2-jvm-nolibs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
jar {
manifest {
attributes(
'Automatic-Module-Name': 'de.mkammerer.argon2-nolibs'
'Automatic-Module-Name': 'de.mkammerer.argon2.nolibs'
)
}
}
Expand Down

0 comments on commit 2f931d4

Please sign in to comment.