File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 6060}
6161
6262afterEvaluate {
63- jar. manifest. attributes[' Import-Package' ] = ' org.bson.*,com.mongodb.*'
6463 jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.driver.reactivestreams'
6564 jar. manifest. attributes[' Bundle-SymbolicName' ] = ' org.mongodb.driver-reactivestreams'
65+ jar. manifest. attributes[' Import-Package' ] = [
66+ ' org.bson.*' ,
67+ ' com.mongodb.crypt.capi.*;resolution:=optional' ,
68+ ' com.mongodb.*' ,
69+ ]. join(' ,' )
6670}
Original file line number Diff line number Diff line change 9797}
9898
9999afterEvaluate {
100- jar. manifest. attributes[' Import-Package' ] = ' org.bson.*,com.mongodb.*'
101100 jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.scala.mongo-scala-driver'
101+ jar. manifest. attributes[' Import-Package' ] = [
102+ ' org.bson.*' ,
103+ ' com.mongodb.crypt.capi.*;resolution:=optional' ,
104+ ' com.mongodb.*' ,
105+ ]. join(' ,' )
102106}
Original file line number Diff line number Diff line change @@ -42,7 +42,11 @@ tasks.withType(Checkstyle) {
4242}
4343
4444afterEvaluate {
45- jar. manifest. attributes[' Import-Package' ] = ' org.bson.*,com.mongodb.*'
4645 jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.driver.sync.client'
4746 jar. manifest. attributes[' Bundle-SymbolicName' ] = ' org.mongodb.driver-sync'
47+ jar. manifest. attributes[' Import-Package' ] = [
48+ ' org.bson.*' ,
49+ ' com.mongodb.crypt.capi.*;resolution:=optional' ,
50+ ' com.mongodb.*' ,
51+ ]. join(' ,' )
4852}
You can’t perform that action at this time.
0 commit comments