From ed58837e9149f35720b359ca0dfbafb1ffd16a6c Mon Sep 17 00:00:00 2001 From: Sterling Greene Date: Thu, 25 Apr 2024 18:00:19 -0400 Subject: [PATCH] Make sure people checkout the main-declarative branch for NiA --- DECLARATIVE-README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DECLARATIVE-README.md b/DECLARATIVE-README.md index a3e096bea..8ae07b9ce 100644 --- a/DECLARATIVE-README.md +++ b/DECLARATIVE-README.md @@ -24,10 +24,11 @@ NOTE: The build logic and conventions used by declarative and non-declarative pr ```shell git clone https://github.com/gradle/nowinandroid.git cd nowinandroid +git checkout main-declarative git clone https://github.com/gradle/declarative-gradle.git ``` -This should checkout the `main` branch of the [Declarative Gradle prototype plugins](https://github.com/gradle/declarative-gradle) inside the **root** of a NowInAndroid fork. +This should checkout the `main` branch of the [Declarative Gradle prototype plugins](https://github.com/gradle/declarative-gradle) inside the **root** of Gradle's NowInAndroid fork. You should have this project structure: ```