elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

[ci] add missing artifacts in buildkite #224

Closed SylvainJuge closed 2 months ago

SylvainJuge commented 2 months ago

Not all the published artifacts were included in the buildkite result, thus this PR fixes that.

Finding which gradle modules/projects needs to be used here is quite straightforward by using the following command:

find . -name 'build.gradle.kts'|xargs grep 'sign-and-publish-conventions'|column -t

Which here provides:

./inferred-spans/build.gradle.kts:  id("elastic-otel.sign-and-publish-conventions")
./common/build.gradle.kts:          id("elastic-otel.sign-and-publish-conventions")
./agentextension/build.gradle.kts:  id("elastic-otel.sign-and-publish-conventions")
./agent/build.gradle.kts:           id("elastic-otel.sign-and-publish-conventions")