Skip to content

Commit

Permalink
Replace unsupported osgi plugin with bnd plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jul 29, 2019
1 parent f044554 commit c308962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions bnd.bnd
@@ -1 +1,2 @@
Import-Package: groovy.*;resolution:=optional, org.codehaus.groovy*;resolution:=optional, *
Require-Capability: osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)", osgi.serviceloader;filter:="(osgi.serviceloader=net.fortuna.ical4j.model.*)";cardinality:=multiple
12 changes: 0 additions & 12 deletions build.gradle
Expand Up @@ -76,18 +76,6 @@ tasks.withType(JavaCompile).configureEach {
}
}

jar {
from(project.rootDir) {
include "LICENSE.txt"
}

manifest {
instruction 'Require-Capability', '''osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)",
osgi.serviceloader;filter:="(osgi.serviceloader=net.fortuna.ical4j.model.*)";cardinality:=multiple
'''
}
}

jacocoTestReport {
reports {
xml.enabled true
Expand Down

0 comments on commit c308962

Please sign in to comment.