Skip to content

Commit 94988bd

Browse files
committed
Expand dependency application logic
1 parent d13ff7f commit 94988bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ if (project.NATIVE_ENABLED) {
113113
}
114114
}
115115

116-
listOf("jvmSourcesJar", "metadataSourcesJar").forEach {
116+
listOf("jvmSourcesJar", "metadataSourcesJar", "jvmProcessResources").forEach {
117117
tasks.named(it) {
118118
dependsOn(moveGenSrc)
119119
}

0 commit comments

Comments
 (0)