Commit 53acc01
authored
fix: UDP Exporter Sample App not starting via Gradle (#1171)
*Issue #, if available:*
- Sample app for UDP Exporter is failing via `gradle build`:
https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/17167485805/job/48710900750
*Description of changes:*
- UDP e2e test uses `gradle` from GH Action env, which isn't stable. Use
`gradlew` that exists in this repo instead.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent 9b5c640 commit 53acc01
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments