From b6fef786b93729ed294a44d2ef822ccdecffe8cc Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 2 Jun 2023 08:26:48 +0200 Subject: [PATCH] Adjust OSGi manifest to match previously published ones Fix #80. --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index d151a84..161ee6b 100644 --- a/build.gradle +++ b/build.gradle @@ -92,8 +92,11 @@ jar { } bundle { bnd( + 'Bundle-Name': 'opentest4j', + 'Bundle-SymbolicName': moduleName, 'Bundle-License': 'The Apache License, Version 2.0', 'Bundle-Vendor': 'opentest4j.org', + '-exportcontents': 'org.opentest4j.*' ) } from(files(compileModule.destinationDirectory.dir(moduleName)).builtBy(compileModule)) {