Skip to content

Commit 4c802fe

Browse files
Merge branch 'main' into copilot/improve-javadoc-coverage
2 parents a232e1e + 1cff307 commit 4c802fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.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 [copilot-setup-steps.yml](workflows/copilot-setup-steps.yml). 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

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
cache: maven
4141

4242
- name: Build with Maven
43-
run: ./mvnw -B clean verify -DskipTests --file pom.xml
43+
run: ./mvnw -B clean install -DskipTests -Dcheckstyle.skip=true --file pom.xml

0 commit comments

Comments
 (0)