Skip to content

Commit

Permalink
Add missing exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Sep 24, 2024
1 parent ac7b13f commit f00b23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jar {
'Bundle-Name': project.name,
'Bundle-Vendor': 'James Mudd',
'Bundle-Version': project.version,
'Export-Package': 'io.jhdf,io.jhdf.*',
'Export-Package': 'io.jhdf,io.jhdf.*,io.jhdf.api,io.jhdf.api.*',
// Build data
'Build-JDK': System.getProperty('java.vendor') + ' ' + System.getProperty('java.version'),
'Build-OS': System.getProperty('os.name') + ' ' + System.getProperty('os.version'),
Expand Down

0 comments on commit f00b23c

Please sign in to comment.