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 60
60
}
61
61
62
62
afterEvaluate {
63
- jar. manifest. attributes[' Import-Package' ] = ' org.bson.*,com.mongodb.*'
64
63
jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.driver.reactivestreams'
65
64
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(' ,' )
66
70
}
Original file line number Diff line number Diff line change 97
97
}
98
98
99
99
afterEvaluate {
100
- jar. manifest. attributes[' Import-Package' ] = ' org.bson.*,com.mongodb.*'
101
100
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(' ,' )
102
106
}
Original file line number Diff line number Diff line change @@ -42,7 +42,11 @@ tasks.withType(Checkstyle) {
42
42
}
43
43
44
44
afterEvaluate {
45
- jar. manifest. attributes[' Import-Package' ] = ' org.bson.*,com.mongodb.*'
46
45
jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.driver.sync.client'
47
46
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(' ,' )
48
52
}
You can’t perform that action at this time.
0 commit comments