--- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,4 +28,6 @@ subprojects { } } } + + tasks.withType().configureEach { enabled = false } }