Skip to content

Commit e200dcf

Browse files
authored
Merge pull request #50 from gsmet/ignore-scm-revision-in-meta-inf
Ignore Scm-Revision entry in MANIFEST.MF
2 parents 8069a9d + e86cca3 commit e200dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/quarkus/develocity/project/normalization/Normalization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static void configureNormalization(BuildCacheApi buildCacheApi) {
4646
// or when the maven-jar-plugin is updated
4747
// see https://docs.gradle.com/develocity/maven-extension/current/#normalizing_contents_of_meta_inf
4848
c.configureMetaInf(metaInf -> metaInf.setIgnoredAttributes("Build-Jdk-Spec", "Created-By",
49-
"Specification-Version", "Implementation-Version"));
49+
"Specification-Version", "Implementation-Version", "Scm-Revision"));
5050

5151
c.addIgnoredFiles("META-INF/ide-deps/**");
5252

0 commit comments

Comments
 (0)