Skip to content

Commit 0ed1a08

Browse files
authored
using Gradle 9 as default in README (#164)
1 parent d5633b0 commit 0ed1a08

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Number of modules to create in the project
8686
## `layers`
8787
Number of layers where the modules will be distributed.
8888
## `shape`
89-
Defines the shape of the project dependency graph based on the distribution of modules by layer.
89+
Defines the shape of the project dependency graph based on the distribution of modules by layer. When generating a new
90+
project, a `graph.dot` file is created in the root project folder containing the project dependency graph.
9091
Current shapes supported:
9192
### `triangle`
9293
![Triangle](resources/triangle.png)
@@ -163,11 +164,11 @@ If enabled, each module will generate n unit tests, where n is the argument `cla
163164
```
164165
## Gradle
165166
Gradle used, versions supported:
166-
* Gradle 8.2
167167
* Gradle 8.5
168168
* Gradle 8.9
169169
* Gradle 8.13
170-
* Gradle 8.14_2 **default**
170+
* Gradle 8.14_2
171+
* Gradle 9.0.0 **default**
171172

172173
##### Example
173174
```kotlin

0 commit comments

Comments
 (0)