mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
remove username from MANIFEST.MF in build artifacts (#12096)
This commit is contained in:
parent
832552e0ac
commit
d4006c0362
@ -46,7 +46,7 @@ subprojects {
|
||||
if (snapshotBuild) {
|
||||
return "${project.version} ${gitRev} [snapshot build, details omitted]"
|
||||
} else {
|
||||
return "${project.version} ${gitRev} - ${System.properties['user.name']} - ${buildDate} ${buildTime}"
|
||||
return "${project.version} ${gitRev} - ${buildDate} ${buildTime}"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user