File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ plugin-jacocolog = { module = "org.barfuin.gradle.jacocolog:org.barfuin.gradle.j
5353[plugins ]
5454checker = { id = " org.checkerframework" , version.ref = " checkerp" }
5555jacocolog = { id = " org.barfuin.gradle.jacocolog" }
56- sonar = { id = " org.sonarqube" , version = " 7.2.3.7755" }
56+ sonar = { id = " org.sonarqube" , version = " 7.2.3.7755" }
57+ modernizer = { id = " com.github.andygoossens.modernizer" , version = " 1.12.0" }
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id(" openapiparser.library" )
44 id(" openapiparser.publish" )
55 alias(libs.plugins.sonar)
6+ alias(libs.plugins.modernizer)
67}
78
89dependencies {
@@ -47,6 +48,10 @@ publishing {
4748 }
4849}
4950
51+ modernizer {
52+ includeTestClasses = true
53+ }
54+
5055sonar {
5156 properties {
5257 property(" sonar.projectKey" , " openapi-processor_openapi-parser-json-schema-validator" )
You can’t perform that action at this time.
0 commit comments