Skip to content

Commit

Permalink
Add details to manifest (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Jan 17, 2025
1 parent 90e5125 commit b187644
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gradle/java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,16 @@ subprojects {
println ""
}
}
afterEvaluate { subproject ->
jar {
manifest {
attributes(
"Implementation-Title": subproject.description,
"Implementation-Version": subproject.version,
"Implementation-Vendor": "Temporal Technologies Inc.",
'Build-Time': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
)
}
}
}
}

0 comments on commit b187644

Please sign in to comment.