Skip to content

Commit b3328a0

Browse files
Remove SDKMAN instructions from copilot-instructions.md since Java 25 is in setup workflow
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 44a02db commit b3328a0

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,7 @@ xAPI Java is a library that helps you create applications that send or receive x
2222

2323
## Environment Setup
2424

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.
4626

4727
## Building and Testing
4828

0 commit comments

Comments
 (0)