Skip to content

Commit

Permalink
build: change notation for repositories block
Browse files Browse the repository at this point in the history
This is an attempt to make Dependabot look at the Gradle Plugin Portal
for newer versions, which it does not seem to do right now.

Possibly related:
dependabot/dependabot-core#7260

Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Dec 17, 2024
1 parent 507db98 commit d088d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ plugins {
`kotlin-dsl` apply false
}

dependencyResolutionManagement { @Suppress("UnstableApiUsage") repositories.gradlePluginPortal() }
@Suppress("UnstableApiUsage")
dependencyResolutionManagement { repositories { gradlePluginPortal() } }

0 comments on commit d088d8d

Please sign in to comment.