Skip to content

Commit f8d18e6

Browse files
renovate[bot]sonartech
authored andcommitted
Update build-logic/common digest to f1f78b2 (#1148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: b5f9b305cc839f92a255132e3566dacaf620823a
1 parent 748914c commit f8d18e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-logic/common/gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.rule-api.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ val ruleApiExtension = extensions.create<RuleApiExtension>("ruleApi")
2626
repositories {
2727
ifAuthenticatedOrElse(providers, { artifactoryUsername, artifactoryPassword ->
2828
repox("sonarsource-private-releases", artifactoryUsername, artifactoryPassword, ruleApiExtension.fileOperations)
29+
repox("sonarsource", artifactoryUsername, artifactoryPassword, ruleApiExtension.fileOperations)
2930
}) {
3031
error("Downloading dependencies from sonarsource-private-releases requires authentication.")
3132
}

0 commit comments

Comments
 (0)