Skip to content

Commit

Permalink
style(backstage): move lambda out of parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixZY committed Oct 9, 2024
1 parent 3574cac commit 3509754
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/api/backstage/buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
dependencyResolutionManagement {
// Reuse version catalog from the main build.
versionCatalogs {
create("libs", { from(files("../gradle/libs.versions.toml")) })
}
versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } }
}

rootProject.name = "buildSrc"

0 comments on commit 3509754

Please sign in to comment.