We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e377bc commit d203c44Copy full SHA for d203c44
driver-kotlin-extensions/build.gradle.kts
@@ -165,4 +165,4 @@ tasks.javadocJar.configure {
165
// ===========================
166
tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }
167
168
-afterEvaluate { tasks.jar { manifest { attributes["Automatic-Module-Name"] = "org.mongodb.driver.kotlin.core" } } }
+afterEvaluate { tasks.jar { manifest { attributes["Automatic-Module-Name"] = "org.mongodb.driver.kotlin.extensions" } } }
0 commit comments