mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 21:56:59 +05:30
fix(gradle): use a tagged checkout for whetstone
This commit is contained in:
parent
a10ba38950
commit
2c1fdd51f8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ gitRepositories {
|
|||
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
||||
include("whetstone") {
|
||||
uri.set("https://github.com/msfjarvis/whetstone")
|
||||
branch.set("inject-component-activity")
|
||||
tag.set("msfjarvis-2022-11-19")
|
||||
includeBuild {
|
||||
dependencySubstitution {
|
||||
for (module in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue