You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CCUD 2.2 I get the following error when publishing a scan to scans.gradle.com
WARNING: Error invoking build scan buildFinished action
Cannot query the value of extension 'develocity' property 'server' because it has no value available.
Downgrading to CCUD 2.1 resolves the warning.
Reproduction steps:
You can reproduce this in this repo by adjusting the settings.gradle.kts to publish to scans.gradle.com.
Here is a sample commit which does this: runningcode@a4b0e5f
And then you run ./gradlew help
I can reproduce this with an empty develocity configuration.
No warning is emitted if the develocity block is not present, even with the plugins applied.
bigdaz
added a commit
to gradle/develocity-agent-adapters
that referenced
this issue
Mar 27, 2025
Accessing an uninitialized Property is illegal, resulting in errors or warnings when
CCUDGP is applied with no value set for 'server'.
This is fixed by providing a default value to use in the case of uninitialized Property.
Fixesgradle/common-custom-user-data-gradle-plugin#378
Issue
In CCUD 2.2 I get the following error when publishing a scan to scans.gradle.com
Downgrading to CCUD 2.1 resolves the warning.
Reproduction steps:
You can reproduce this in this repo by adjusting the settings.gradle.kts to publish to scans.gradle.com.
Here is a sample commit which does this: runningcode@a4b0e5f
And then you run
./gradlew help
Here is a build scan with the warning: https://scans.gradle.com/s/x53npb65zlu64/console-log?page=1#L25
The text was updated successfully, but these errors were encountered: