Skip to content

Commit 2c88988

Browse files
committed
Make the smithy-ai-traits jar reproducible
1 parent 2f77b36 commit 2c88988

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

smithy-ai-traits/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ tasks.compileJava {
4949
java.sourceSets["main"].java {
5050
srcDirs("model", "src/main/smithy")
5151
}
52+
53+
tasks.jar {
54+
doFirst {
55+
manifest.attributes.remove("Build-Timestamp")
56+
manifest.attributes.remove("Build-OS")
57+
manifest.attributes.remove("Build-Jdk")
58+
}
59+
}

0 commit comments

Comments
 (0)