diff --git a/build.gradle.kts b/build.gradle.kts index 1846475..8a1e3c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -170,8 +170,13 @@ tasks { } withType().configureEach { - val signingTasks = withType() - mustRunAfter(signingTasks) + mustRunAfter(withType()) + } + + filter { it.name.startsWith("link") }.forEach { + it.name { + mustRunAfter(withType()) + } } publish {