mirror of https://github.com/apache/lucene.git
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…
Reference in New Issue