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