Skip to content

Commit

Permalink
#5 Make modular
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
mrotteveel committed Jun 30, 2023
1 parent 9e72cde commit aac9c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ tasks.named("jar", Jar) {
manifest {
attributes(
'Implementation-Title': project.name,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.firebirdsql.decimal'
'Implementation-Version': project.version
)
}
}
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module org.firebirdsql.decimal {
exports org.firebirdsql.decimal;
}

0 comments on commit aac9c17

Please sign in to comment.