Skip to content

Commit a4c6dba

Browse files
fix: Restore producer pre-resolve step for SCC plugin caching
The pre-resolve of the producer module caches the SCC plugin and its httpclient dependency, preventing the classrealm conflict in the subsequent reactor build. Removing this line caused even the common module to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b0dba01 commit a4c6dba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
- name: Pre-resolve SCC plugin to avoid classloader conflict
2525
run: |
2626
cd common && ./mvnw dependency:resolve-plugins -B && cd ..
27+
./mvnw dependency:resolve-plugins -Ptest -B -pl producer || true
2728
- name: Build with Maven
2829
run: ./scripts/runMavenBuilds.sh

0 commit comments

Comments
 (0)