Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
OSGI - Make org.jspecify.* imports optional
  • Loading branch information
Martin Schulze committed May 5, 2025
commit 7259df977ed83c326c7e98b94ad53226d2024927
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jar {
'-exportcontents': 'org.dataloader.*',
'-removeheaders': 'Private-Package')
}
bnd('''
Import-Package: org.jspecify.annotations;resolution:=optional,*
''')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick, your title mentions org.jspecify.* but this PR is only excluding annotations. In the corresponding GraphQL Java PR, org.specify.* is set as optional.

I've merged in this PR. Thanks for the PR!

}

dependencies {
Expand Down