Skip to content

Commit 74f96f3

Browse files
authored
Merge pull request #3955 from graphql-java/osgi=jspecify-on-23.x
OSGI optional for 23.x
2 parents 6ff6f7d + c0ca933 commit 74f96f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ shadowJar {
178178
bnd('''
179179
-exportcontents: graphql.*
180180
-removeheaders: Private-Package
181-
Import-Package: !android.os.*,!com.google.*,!org.checkerframework.*,!javax.annotation.*,!graphql.com.google.*,!org.antlr.*,!graphql.org.antlr.*,!sun.misc.*,*
181+
Import-Package: !android.os.*,!com.google.*,!org.checkerframework.*,!javax.annotation.*,!graphql.com.google.*,!org.antlr.*,!graphql.org.antlr.*,!sun.misc.*,org.jspecify.*;resolution:=optional,*
182182
''')
183183
}
184184

0 commit comments

Comments
 (0)