Skip to content

Commit

Permalink
Track the CLI in sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jun 26, 2023
1 parent 6a91872 commit 6f79fef
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions samples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ dependencyResolutionManagement {

includeBuild('..') {
dependencySubstitution {
substitute module("app.cash.zipline:zipline") using project(
":zipline")
substitute module("app.cash.zipline:zipline-gradle-plugin") using project(
":zipline-gradle-plugin")
substitute module("app.cash.zipline:zipline-kotlin-plugin") using project(
":zipline-kotlin-plugin")
substitute module("app.cash.zipline:zipline-loader") using project(
":zipline-loader")
substitute module("app.cash.zipline:zipline-profiler") using project(
":zipline-profiler")
substitute module("app.cash.zipline:zipline") using project(":zipline")
substitute module("app.cash.zipline:zipline-cli") using project(":zipline-cli")
substitute module("app.cash.zipline:zipline-gradle-plugin") using project(":zipline-gradle-plugin")
substitute module("app.cash.zipline:zipline-kotlin-plugin") using project(":zipline-kotlin-plugin")
substitute module("app.cash.zipline:zipline-loader") using project(":zipline-loader")
substitute module("app.cash.zipline:zipline-profiler") using project(":zipline-profiler")
}
}

0 comments on commit 6f79fef

Please sign in to comment.