Details
-
Task
-
Resolution: Fixed
-
Unknown
-
None
-
None
Description
Remove the snapshots repository from the build.
maven {
|
url 'https://oss.sonatype.org/content/repositories/snapshots'
|
content {
|
// Only include mongodb-crypt snapshots
|
includeGroup "org.mongodb"
|
}
|
}
|