Skip to content

Commit

Permalink
Exclude benchmarks module from the BOM
Browse files Browse the repository at this point in the history
Closes gh-621
  • Loading branch information
jonatan-ivanov committed Mar 11, 2024
1 parent 25730fc commit 38da7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ subprojects {
dependencies {
constraints {
rootProject.subprojects
.findAll { !it.name.contains('micrometer-tracing-bom') }
.findAll { !it.name.contains('micrometer-tracing-bom') && !it.name.contains('benchmarks') }
.each { api(group: it.group, name: it.name, version: it.version.toString()) }
}
javaPlatform.allowDependencies()
Expand Down

0 comments on commit 38da7df

Please sign in to comment.