Skip to content

Commit 6159e8a

Browse files
committed
metadataSourcesJar dependsOn moveGenSrc
1 parent a406f97 commit 6159e8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ if (project.NATIVE_ENABLED) {
112112
}
113113
}
114114

115-
tasks.named("jvmSourcesJar") {
116-
dependsOn(moveGenSrc)
115+
116+
listOf("jvmSourcesJar", "metadataSourcesJar").forEach {
117+
tasks.named(it) {
118+
dependsOn(moveGenSrc)
119+
}
117120
}
118121

119122
tasks.withType<KotlinCompilationTask<*>> {

0 commit comments

Comments
 (0)