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 b447381 commit beef7fcCopy full SHA for beef7fc
build.gradle.kts
@@ -225,6 +225,20 @@ subprojects {
225
gradle.taskGraph.hasTask(":artifactoryPublish")
226
}
227
228
+ normalization {
229
+ runtimeClasspath {
230
+ metaInf {
231
+ ignoreAttribute("Implementation-Version")
232
+ ignoreAttribute("Version")
233
+ ignoreAttribute("Implementation-Build")
234
+ ignoreAttribute("Build-Time")
235
+ ignoreAttribute("Plugin-BuildDate")
236
+ ignoreAttribute("Plugin-Display-Version")
237
+ ignoreAttribute("Plugin-Version")
238
+ ignoreAttribute("Plugin-RequirePlugins")
239
+ }
240
241
242
243
244
sonarqube {
0 commit comments