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 9, 2023
1 parent dcd3b19 commit 552b0e2
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 552b0e2

Please sign in to comment.