Skip to content

Commit 2bb7b52

Browse files
committed
docs: apiDocs in README.md
1 parent 42577bc commit 2bb7b52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Gradle convention plugin collection.
33

44
## List of Plugins
55
* common
6+
* apiDocs
67
* testReport
78

89
## Usage
@@ -24,8 +25,9 @@ pluginManagement {
2425
Add the necessary plugin (or plugins) to the ```plugins``` block in the ```build.gradle.kts```
2526
```kotlin
2627
plugins {
27-
id("hu.vanio.gradle.common") version "0.0.1"
28-
id("hu.vanio.gradle.testReport") version "0.0.1"
28+
id("hu.vanio.gradle.common") version "0.0.2"
29+
id("hu.vanio.gradle.testReport") version "0.0.2"
30+
id("hu.vanio.gradle.apiDocs") version "0.0.2"
2931
}
3032

3133
```

0 commit comments

Comments
 (0)