diff --git a/settings.gradle.kts b/settings.gradle.kts index e0d76d0..c5a3397 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -29,7 +29,11 @@ develocity { capture { fileFingerprints = true } - + publishing { + onlyIf { + authenticated + } + } uploadInBackground = !isCiServer } }