Skip to content

Instantly share code, notes, and snippets.

@ideas-into-software
Created May 10, 2019 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideas-into-software/fa93bf4448198ea690e7f051276f7a86 to your computer and use it in GitHub Desktop.
Save ideas-into-software/fa93bf4448198ea690e7f051276f7a86 to your computer and use it in GitHub Desktop.
OSGi compatibility of Structurizr Java releases ('structurizr-annotations')
jar {
manifest {
attributes(
'Bundle-ManifestVersion': "2",
'Bundle-Name': "Structurizr for Java",
'Bundle-SymbolicName': "com.structurizr.annotations",
'Bundle-Version': version,
'Export-Package': "com.structurizr.annotation;version=\"$version\""
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment