Skip to content

Commit 7aa0a12

Browse files
committed
Build: Fix Manifest for jdk.net
JAVA-4399
1 parent fac48e3 commit 7aa0a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ afterEvaluate {
7272
'org.slf4j.*;resolution:=optional',
7373
'jnr.unixsocket.*;resolution:=optional',
7474
'com.mongodb.crypt.capi.*;resolution:=optional',
75+
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
7576
'*' // import all that is not excluded or modified before
7677
].join(',')
7778
}

0 commit comments

Comments
 (0)