We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ceb69 commit 36b5504Copy full SHA for 36b5504
driver-kotlin-extensions/build.gradle.kts
@@ -165,4 +165,6 @@ 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 {
169
+ tasks.jar { manifest { attributes["Automatic-Module-Name"] = "org.mongodb.driver.kotlin.extensions" } }
170
+}
0 commit comments