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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ documentation, we really appreciate your help. Take a look through this document
5
5
experience with your contribution.
6
6
7
7
8
+
## Build ADOT Java Agent Locally
9
+
10
+
This ADOT repository includes patching logic for OpenTelemetry upstream repositories. To build the ADOT Java agent locally, you need to run the patching script first:
11
+
12
+
```bash
13
+
./scripts/local_patch.sh
14
+
./gradlew build
15
+
```
16
+
17
+
8
18
## Reporting Bugs/Feature Requests
9
19
10
20
We're always happy to hear about any bugs or features requests using GitHub issues.
0 commit comments