Skip to content

Osgi bundle #2

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'
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions