Skip to content

Commit

Permalink
Do not obfuscate username
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Nov 3, 2023
1 parent 0791062 commit cc2ce63
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ internal class BuildTimeListener(
tracksExtension.automatticProject.get(),
includedBuilds.map(IncludedBuild::getName)
)
val encodedUser = System.getProperty("user.name")?.let {
EncodingGroovyMethods.digest(it, "SHA-1")
}
val encodedUser = System.getProperty("user.name")

buildReporter.report(
buildData,
Expand Down

0 comments on commit cc2ce63

Please sign in to comment.