Skip to content

Commit

Permalink
fix: Add advisor plugins to the plugin classpath for distribution
Browse files Browse the repository at this point in the history
Without this, building the distribution would not necessarily build the
advisor plugins.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 10, 2023
1 parent f5c556d commit 9725081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
implementation(libs.mordant)
implementation(libs.slf4j)

"pluginClasspath"(platform(project(":plugins:advisors")))
"pluginClasspath"(platform(project(":plugins:commands")))
"pluginClasspath"(platform(project(":plugins:package-configuration-providers")))
"pluginClasspath"(platform(project(":plugins:package-curation-providers")))
Expand Down

0 comments on commit 9725081

Please sign in to comment.