Skip to content

Commit

Permalink
fix(jar): Remove Build-Timestamp attr from manifest (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Sep 26, 2023
1 parent c866fd7 commit a61d05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jar {
attributes(
'Build-Jdk': "${System.properties['java.version']} (${System.properties['java.vendor']} ${System.properties['java.vm.version']})",
'Build-Jdk-Spec': java.sourceCompatibility,
'Build-Timestamp': LocalDateTime.now().toString(),
'Created-By': "Gradle ${gradle.gradleVersion}",
'Implementation-Title': project.name,
'Implementation-Vendor': 'Jose Luis Leon',
Expand Down

0 comments on commit a61d05c

Please sign in to comment.