Skip to content

Osgi bundle #2

@tec

Description

@tec

It would be great to have an OSGI bundle. It could be enough to add a snippet to the build.gradle like this, but this needs testing:

apply plugin: 'osgi'

jar {
    from "LICENSE.txt"
    from "README.md"
    manifest {
        instruction 'Bundle-Vendor', 'Pidoco GmbH'
        instruction 'Bundle-Description', '''URI manipulation made easy'''
        instruction 'Bundle-DocURL', 'github.com/pidoco/juri'
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions