Skip to content

Commit 2acc828

Browse files
committed
Thanks gradle for not listing all plugins that use the sources
1 parent 3c21f34 commit 2acc828

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
@@ -110,6 +110,11 @@ tasks.wrapper {
110110
distributionType = Wrapper.DistributionType.BIN
111111
}
112112

113+
tasks.withType<Sign> {
114+
dependsOn(sourcesJar)
115+
dependsOn(tasks.kotlinSourcesJar)
116+
}
117+
113118
tasks.withType<PublishToMavenRepository> {
114119
dependsOn(sourcesJar)
115120
dependsOn(tasks.kotlinSourcesJar)

0 commit comments

Comments
 (0)