We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42577bc commit 2bb7b52Copy full SHA for 2bb7b52
README.md
@@ -3,6 +3,7 @@ Gradle convention plugin collection.
3
4
## List of Plugins
5
* common
6
+* apiDocs
7
* testReport
8
9
## Usage
@@ -24,8 +25,9 @@ pluginManagement {
24
25
Add the necessary plugin (or plugins) to the ```plugins``` block in the ```build.gradle.kts```
26
```kotlin
27
plugins {
- id("hu.vanio.gradle.common") version "0.0.1"
28
- id("hu.vanio.gradle.testReport") version "0.0.1"
+ 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"
31
}
32
33
```
0 commit comments