Skip to content

Commit

Permalink
Define version catalog
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 11, 2024
1 parent 1d2d54a commit 43399ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions buildSrc/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
*/

include 'reaper'

dependencyResolutionManagement {
versionCatalogs {
libs {
from(files("../gradle/libs.versions.toml"))
}
}
}
8 changes: 0 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,6 @@ include projects.toArray(new String[0])
project(':build-tools').projectDir = new File(rootProject.projectDir, 'buildSrc')
project(':build-tools:reaper').projectDir = new File(rootProject.projectDir, 'buildSrc/reaper')

//dependencyResolutionManagement {
// versionCatalogs {
// libs {
// from(files("gradle/libs.versions.toml"))
// }
// }
//}

project(":libs").children.each { libsProject ->
libsProject.name = "opensearch-${libsProject.name}"
}
Expand Down

0 comments on commit 43399ff

Please sign in to comment.