Skip to content

Commit

Permalink
Adjust OSGi manifest to match previously published ones
Browse files Browse the repository at this point in the history
Fix #80.
  • Loading branch information
marcphilipp committed Jun 2, 2023
1 parent 59a59b3 commit b6fef78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ jar {
}
bundle {
bnd(
'Bundle-Name': 'opentest4j',
'Bundle-SymbolicName': moduleName,
'Bundle-License': 'The Apache License, Version 2.0',
'Bundle-Vendor': 'opentest4j.org',
'-exportcontents': 'org.opentest4j.*'
)
}
from(files(compileModule.destinationDirectory.dir(moduleName)).builtBy(compileModule)) {
Expand Down

0 comments on commit b6fef78

Please sign in to comment.