-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modularise
de.sandec.jmemorybuddy
module (#8)
* Modularise `de.sandec.jmemorybuddy` module * Update changelog * Update readme to the new version `0.5.5`
- Loading branch information
1 parent
4a33fa5
commit 9ea7fa7
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Module descriptor for the JMemoryBuddy module. | ||
*/ | ||
module de.sandec.jmemorybuddy { | ||
requires java.management; | ||
requires jdk.management; | ||
|
||
exports de.sandec.jmemorybuddy; | ||
} |