Skip to content

Commit d018176

Browse files
committed
Fix for publishing
1 parent 267bfd1 commit d018176

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ subprojects {
197197
}
198198

199199
}
200+
201+
tasks.withType(AbstractPublishToMaven::class.java).configureEach {
202+
dependsOn(tasks.withType(Sign::class.java))
203+
}
200204
}
201205

202206
tasks.withType<com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask> {

0 commit comments

Comments
 (0)