Skip to content

Commit 42eae0c

Browse files
authored
Merge pull request #194 from schulm/feature/org-jspecify-optional
OSGI - Make org.jspecify.* imports optional
2 parents 6537795 + 7259df9 commit 42eae0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jar {
6363
'-exportcontents': 'org.dataloader.*',
6464
'-removeheaders': 'Private-Package')
6565
}
66+
bnd('''
67+
Import-Package: org.jspecify.annotations;resolution:=optional,*
68+
''')
6669
}
6770

6871
dependencies {

0 commit comments

Comments
 (0)