Skip to content

Commit c3da6fe

Browse files
committed
Add module-info.java
1 parent a45fd9a commit c3da6fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
------------------
66

77
* Java 11 or greater is now required.
8+
* This library is now a Java module.
89

910
2.1.0 (2022-10-31)
1011
------------------

src/main/java/module-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module com.maxmind.db {
2+
exports com.maxmind.db;
3+
}

0 commit comments

Comments
 (0)