Nelson Osacky

Results 137 comments of Nelson Osacky

Hey there! Any movement on this PR? We are also facing the same issue.

Unfortunately, we cannot sign this agreement. Hopefully, you can still get some inspiration from the PR on how to remove the Develocity configuration from your builds.

Thanks for the PR. Could you please run `:fladle-plugin:formatKotlinMain` to fix the failing build?

Gradle and the Linux Foundation were not able to come to an agreement on the terms of use. Thus, we need to shut down the Develocity instance.

Just a thought: this is why we don't add these things to CCUD. :) Otherwise if we change this, it would break existing workflows. For example if a team were...

I think we should update the sample for the very reason that it is a sample that can be manipulated by other developers when copy pasted. 👍 Also people don't...

Thanks for reporting this! We'll have a look. As far as we understand though, there is no simple way to get the PR number from a GHA build. If you...

This is the default behavior. [See the code here](https://github.com/gradle/common-custom-user-data-gradle-plugin/blob/main/src/main/java/com/gradle/CustomBuildScanEnhancements.java#L337) However in your specific case, since you are running the build inside the docker container, can you make sure that these...

Ah, thanks for finding that. We'll look in to this.

You can change the user ID using the obfuscation api on the username field. https://docs.gradle.com/enterprise/gradle-plugin/#obfuscating_identifying_data I'm not sure if changing the agent is the behavior we want for all builds...