Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b187644

Browse files
Add details to manifest (#2355)
1 parent 90e5125 commit b187644

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gradle/java.gradle

+12
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,16 @@ subprojects {
7979
println ""
8080
}
8181
}
82+
afterEvaluate { subproject ->
83+
jar {
84+
manifest {
85+
attributes(
86+
"Implementation-Title": subproject.description,
87+
"Implementation-Version": subproject.version,
88+
"Implementation-Vendor": "Temporal Technologies Inc.",
89+
'Build-Time': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
90+
)
91+
}
92+
}
93+
}
8294
}

0 commit comments

Comments
 (0)