Skip to content

Commit

Permalink
refactor(build): Move gradle version catalog to the gradle folder, so…
Browse files Browse the repository at this point in the history
… it could be picked up by dependabot
  • Loading branch information
milis92 committed Jan 12, 2024
1 parent b497cd4 commit bbec75d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../libs.versions.toml"))
from(files("../gradle/libs.versions.toml"))
}
}

Expand Down
16 changes: 0 additions & 16 deletions dependencies/testLibs.versions.toml

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ pluginManagement {

@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("libs.versions.toml"))
}
}
repositories {
mavenCentral()
google()
Expand Down

0 comments on commit bbec75d

Please sign in to comment.