We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d4d0d commit 8791575Copy full SHA for 8791575
1 file changed
uber-jars/build.gradle.kts
@@ -86,7 +86,7 @@ val buildNcIdv =
86
87
doFirst {
88
manifest.attributes(project(":cdm-core").tasks.jar.get().manifest.attributes)
89
- manifest.attributes["Implementation-Title"] = "ncIdv jar"
+ manifest.attributes["Implementation-Title"] = "CDM for the IDV (ncIdv)"
90
manifest {
91
attributes["Built-On"] = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ").format(Date())
92
}
0 commit comments