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.
2 parents 8069a9d + e86cca3 commit e200dcfCopy full SHA for e200dcf
src/main/java/io/quarkus/develocity/project/normalization/Normalization.java
@@ -46,7 +46,7 @@ public static void configureNormalization(BuildCacheApi buildCacheApi) {
46
// or when the maven-jar-plugin is updated
47
// see https://docs.gradle.com/develocity/maven-extension/current/#normalizing_contents_of_meta_inf
48
c.configureMetaInf(metaInf -> metaInf.setIgnoredAttributes("Build-Jdk-Spec", "Created-By",
49
- "Specification-Version", "Implementation-Version"));
+ "Specification-Version", "Implementation-Version", "Scm-Revision"));
50
51
c.addIgnoredFiles("META-INF/ide-deps/**");
52
0 commit comments