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 13e668d commit 36ec18eCopy full SHA for 36ec18e
build.gradle.kts
@@ -3,13 +3,12 @@ plugins {
3
groovy
4
kotlin
5
jacoco
6
- id("openapiprocessor.test")
7
- id("openapiprocessor.testInt")
8
- id("openapiprocessor.publish")
9
alias(libs.plugins.versions)
10
- //alias(libs.plugins.kotlin)
11
alias(libs.plugins.sonar)
12
alias(libs.plugins.updates)
+ id("openapiprocessor.test")
+ id("openapiprocessor.testInt")
+ id("openapiprocessor.publish")
13
id("jacoco-report-aggregation")
14
}
15
0 commit comments