Skip to content

Commit

Permalink
fix: readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
almogtavor authored Jul 9, 2022
1 parent 4556dcf commit 05ff293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all the participants' computers need to clone the common logic project & the pro
Let's assume one computer #1 cloned project `common-logic` to `C:\\code\common-logic` and uses it in `C:\\code\service1`.
```
computer #1
└── C:\\
└── C
└── code
├── common-logic
└── service1
Expand All @@ -18,7 +18,7 @@ or `include("C:\\code\common-logic")` on `settings.gradle`.
<br>Another had the following hierarchy.
```
computer #2
└── C:\\
└── C
├── my-code
│ └── common-logic
└── service1
Expand All @@ -32,7 +32,7 @@ The Auto Composite Build plugin registers `common-logic` to a global file inside
Projects can query the module from the file, and it doesn't matter the structure of the projects on the developer's computer.
```
computer #1
└── C:\\
└── C
├── my-code
│ └── common-logic
├── service1
Expand Down Expand Up @@ -121,4 +121,4 @@ if (file(compositeBuildFileName).exists()) {

In case of moving the path of the repository of a module that is included as a composite build, the plugin will throw an error.
To get away with this you should rerun the `./gradlew addRepoToGitDetails` task.
In edge cases there's `./gradlew deleteGitDetails` which will allow you to delete your local's `git.details` file.
In edge cases there's `./gradlew deleteGitDetails` which will allow you to delete your local's `git.details` file.

0 comments on commit 05ff293

Please sign in to comment.