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: .github/copilot-instructions.md
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,7 @@ xAPI Java is a library that helps you create applications that send or receive x
22
22
23
23
## Environment Setup
24
24
25
-
### Java Installation with SDKMAN
26
-
27
-
This project requires Java 25. We recommend using [SDKMAN!](https://sdkman.io/) to manage Java versions:
28
-
29
-
```bash
30
-
# Install SDKMAN (if not already installed)
31
-
curl -s "https://get.sdkman.io"| bash
32
-
33
-
# Install Java 25 (Temurin distribution recommended)
34
-
sdk install java 25.0.1-tem
35
-
36
-
# Set as default (optional)
37
-
sdk default java 25.0.1-tem
38
-
39
-
# Verify installation
40
-
java -version
41
-
```
42
-
43
-
**Note**: The exact identifier (e.g., `25.0.1-tem`) may vary by platform and availability. Use `sdk list java` to see available Java 25 versions for your system.
25
+
**Note**: For GitHub Copilot agents, automated environment setup is configured in [copilot-setup-steps.yml](workflows/copilot-setup-steps.yml). The workflow automatically sets up Java 25 (Temurin distribution) and caches Maven dependencies.
0 commit comments