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-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,27 +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
-
**Note**: For GitHub Copilot agents, automated environment setup is configured in [copilot-setup-steps.yml](workflows/copilot-setup-steps.yml). The setup steps below are for manual configuration.
26
-
27
-
### Java Installation with SDKMAN
28
-
29
-
This project requires Java 25. We recommend using [SDKMAN!](https://sdkman.io/) to manage Java versions:
30
-
31
-
```bash
32
-
# Install SDKMAN (if not already installed)
33
-
curl -s "https://get.sdkman.io"| bash
34
-
35
-
# Install Java 25 (Temurin distribution recommended)
36
-
sdk install java 25.0.1-tem
37
-
38
-
# Set as default (optional)
39
-
sdk default java 25.0.1-tem
40
-
41
-
# Verify installation
42
-
java -version
43
-
```
44
-
45
-
**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