File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
integrations/dd-sdk-android-okhttp-otel Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -526,6 +526,23 @@ publish:release-internal:
526
526
- dd-sdk-android-internal/verification-metadata.xml
527
527
528
528
# region Publish features/*
529
+ publish:release-trace-api :
530
+ tags : [ "arch:amd64" ]
531
+ only :
532
+ - tags
533
+ - develop
534
+ image : $CI_IMAGE_DOCKER
535
+ stage : publish
536
+ timeout : 30m
537
+ script :
538
+ - !reference [.snippets, set-publishing-credentials]
539
+ - ./gradlew :features:dd-sdk-android-trace-api:publishToSonatype closeSonatypeStagingRepository --stacktrace --no-daemon
540
+ artifacts :
541
+ when : on_success
542
+ expire_in : 7 days
543
+ paths :
544
+ - features/dd-sdk-android-trace-api/verification-metadata.xml
545
+
529
546
530
547
publish:release-trace-internal :
531
548
tags : [ "arch:amd64" ]
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ dependencies {
45
45
implementation(libs.okHttp)
46
46
implementation(libs.kotlin)
47
47
48
- api(project(" :features:dd-sdk-android-trace-api" ))
49
48
implementation(project(" :features:dd-sdk-android-trace" ))
50
49
implementation(project(" :integrations:dd-sdk-android-okhttp" ))
51
50
implementation(project(" :features:dd-sdk-android-trace-otel" ))
You can’t perform that action at this time.
0 commit comments