diff --git a/build.gradle.kts b/build.gradle.kts index 932cc132dd..27cefcca7e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -148,6 +148,10 @@ subprojects { applyDefaultJavadocOptions(options) } + tasks.withType { + dependsOn(tasks.withType()) + } + // all these projects are publishing their java artifacts configurePublishing("java", true) }