diff --git a/settings.gradle.kts b/settings.gradle.kts index b79762f..95f6bc2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -23,6 +23,12 @@ develocity { fileFingerprints = true } + publishing { + onlyIf { + authenticated + } + } + uploadInBackground = !isCiServer } }