This message was deleted.
# develocity
s
This message was deleted.
f
Do you have anonymous ‘Build Scan publish’ role set maybe ?
a
Yes! And limited by IP, we do that from the CI
When uploading a scan anonymously you can set a user name I guess, right?
f
Yes, the user name eventually comes from the
user.name
sys prop. You can tweak that globally on your system, or just for all Gradle builds via
systemProp.user.name=francois
in your
~/.gradle/gradle.properties
or also
gradle.properties
on a given project, but be sure to not commit that 😉
a
Ok understood, thanks for your help!