Skip to content

Commit eec10b3

Browse files
Update copilot-instructions.md to remove setup details
Removed environment setup details for GitHub Copilot agents and the maven-publish.yml workflow.
1 parent e80899c commit eec10b3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ xAPI Java is a library that helps you create applications that send or receive x
2020
- **Validation**: Jakarta Bean Validation
2121
- **Serialization**: Jackson (with custom modules for strict xAPI compliance)
2222

23-
## Environment Setup
24-
25-
**Note**: For GitHub Copilot agents, automated environment setup is configured in <a>copilot-setup-steps.yml</a>. The workflow automatically sets up Java 25 (Temurin distribution) and caches Maven dependencies.
26-
2723
## Building and Testing
2824

2925
### Build Commands
@@ -236,7 +232,6 @@ When working with xapi-client:
236232
- **maven_push.yml**: Runs on push to main (build, test, Sonar scan)
237233
- **maven_pull_request.yml**: Runs on PRs (build, test, conditional Sonar scan)
238234
- **codeql.yml**: Security scanning
239-
- **maven-publish.yml**: Maven Central publishing
240235

241236
### Quality Gates
242237

0 commit comments

Comments
 (0)