We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6537795 + 7259df9 commit 42eae0cCopy full SHA for 42eae0c
1 file changed
build.gradle
@@ -63,6 +63,9 @@ jar {
63
'-exportcontents': 'org.dataloader.*',
64
'-removeheaders': 'Private-Package')
65
}
66
+ bnd('''
67
+Import-Package: org.jspecify.annotations;resolution:=optional,*
68
+''')
69
70
71
dependencies {
0 commit comments