We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13ff7f commit 94988bdCopy full SHA for 94988bd
hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts
@@ -113,7 +113,7 @@ if (project.NATIVE_ENABLED) {
113
}
114
115
116
- listOf("jvmSourcesJar", "metadataSourcesJar").forEach {
+ listOf("jvmSourcesJar", "metadataSourcesJar", "jvmProcessResources").forEach {
117
tasks.named(it) {
118
dependsOn(moveGenSrc)
119
0 commit comments