Skip to content

Commit 154dd77

Browse files
committed
add dependsOn to GenerateModuleMetadata
1 parent d6a4493 commit 154dd77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ tasks.withType<PublishToMavenRepository> {
140140
dependsOn(tasks.kotlinSourcesJar)
141141
}
142142

143+
tasks.withType<GenerateModuleMetadata> {
144+
dependsOn(sourcesJar)
145+
dependsOn(tasks.kotlinSourcesJar)
146+
}
147+
143148
kotlin {
144149
jvmToolchain(17)
145150
}

0 commit comments

Comments
 (0)