Skip to content

Commit

Permalink
move comment where it's more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Nov 27, 2023
1 parent a5db2c8 commit cecd5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# the version catalog is currently limited to a single file due to dependabot
# see https://github.com/dependabot/dependabot-core/issues/8079 for details

[versions]
shadow = "8.1.1"
jib = "3.4.0"
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ include("testing:agent-for-testing")
dependencyResolutionManagement {
versionCatalogs {
create("catalog") {
// the version catalog is currently limited to a single file due to dependabot
// see https://github.com/dependabot/dependabot-core/issues/8079 for details.
// Also, only the 'gradle/libs.versions.toml' path is supported for now.
from(files("gradle/libs.versions.toml"))
}
}
Expand Down

0 comments on commit cecd5d1

Please sign in to comment.