diff --git a/settings.gradle.kts b/settings.gradle.kts index da0097cabbe..9712f7662de 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -103,6 +103,11 @@ develocity { capture { fileFingerprints = true } + publishing { + onlyIf { + authenticated + } + } uploadInBackground = !isCiServer }