Commit b2888e2
fix(release): disable Maven Central validation for snapshot .klib artifacts
Explicitly set applyMavenCentralRules=false for Nexus2 snapshot deployer
to prevent validation errors on Kotlin Native .klib files. Native targets
produce .klib instead of .jar, which caused NoSuchFileException during
deployment verification.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent abbf134 commit b2888e2
2 files changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
Whitespace-only changes.
0 commit comments