Skip to content

Commit ba29d11

Browse files
Add Bnd instructions (#294)
Without the Bnd instructions, the created OSGi manifest does not export any packages. Signed-off-by: Gregor Eichelberger <[email protected]>
1 parent b055635 commit ba29d11

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bnd.bnd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-exportcontents: graphql.annotations.*
2+
-nouses: true

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ signing {
165165

166166
tasks.register('bundle', Bundle) {
167167
from sourceSets.main.output
168-
bundle {
169-
bndfile = project.file('bundle.bnd')
170-
}
171168
}
172169

173170
wrapper {

0 commit comments

Comments
 (0)