Skip to content

Commit

Permalink
Remove kotlinSourceJar task dependencies on publication task (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavenderses authored Jan 19, 2025
1 parent 6acbaf3 commit cc5d8db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ class PublicationPlugin: Plugin<Project> {
}

tasks.withType<GenerateModuleMetadata> {
// TODO: Remove kotlinSourcesJar
dependsOn("kotlinSourcesJar", "plainJavadocJar")
dependsOn("plainJavadocJar")
}
}
}
Expand Down

0 comments on commit cc5d8db

Please sign in to comment.