Skip to content

Instantly share code, notes, and snippets.

View ideas-into-software's full-sized avatar

Michal H Siemaszko ideas-into-software

View GitHub Profile
@ideas-into-software
ideas-into-software / build.gradle
Created May 10, 2019 19:04
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\""
)
}