Skip to content

Commit 66ee0ec

Browse files
author
Jeel Mehta
committed
Just adding refresh dependencies flag to maintain consistency with our changes in the package
1 parent c8cf516 commit 66ee0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build UDP exporter
4646
run: |
47-
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter -x test
47+
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter --refresh-dependencies -x test
4848
4949
- name: Download and run X-Ray Daemon
5050
run: |
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Install UDP Exporter
5858
run: |
59-
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter publishMavenJavaPublicationToMavenLocal -Psigning.skip=true -x sign
59+
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter publishMavenJavaPublicationToMavenLocal -Psigning.skip=true -x sign --refresh-dependencies
6060
6161
- name: Ensure Unit Tests are passing
6262
working-directory: exporters/aws-otel-otlp-udp-exporter
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run Sample App in Background
6767
working-directory: sample-apps/integ-test-app
6868
run: |
69-
../../gradlew :sample-apps:integ-test-app:build
69+
../../gradlew :sample-apps:integ-test-app:build --refresh-dependencies
7070
java -jar build/libs/integ-test-app.jar &
7171
sleep 5
7272

0 commit comments

Comments
 (0)