Skip to content

Commit

Permalink
Fixing default module name for kotlin-extensions (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha authored Jan 13, 2025
1 parent 5e377bc commit d203c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-kotlin-extensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ tasks.javadocJar.configure {
// ===========================
tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }

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 comments on commit d203c44

Please sign in to comment.