mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
Revert "fix(gradle): change checkouts directory"
This reverts commit 6a8893a5aa
.
This commit is contained in:
parent
f7b4f4383c
commit
a10ba38950
3 changed files with 4 additions and 7 deletions
|
@ -55,7 +55,7 @@ pluginManagement {
|
|||
plugins { id("me.champeau.includegit") version "0.1.5" }
|
||||
|
||||
gitRepositories {
|
||||
checkoutsDirectory.set(rootProject.projectDir.resolve("checkouts"))
|
||||
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
||||
include("whetstone") {
|
||||
uri.set("https://github.com/msfjarvis/whetstone")
|
||||
branch.set("inject-component-activity")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue