We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7955e commit f5a84d3Copy full SHA for f5a84d3
driver-core/build.gradle
@@ -87,6 +87,7 @@ afterEvaluate {
87
'jnr.unixsocket.*;resolution:=optional',
88
'com.mongodb.crypt.capi.*;resolution:=optional',
89
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
90
+ 'org.bson.codecs.record.*;resolution:=optional', // Depends on JDK version
91
'*' // import all that is not excluded or modified before
92
].join(',')
93
}
0 commit comments