-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels