mirror of
https://github.com/apple/pkl.git
synced 2026-03-20 16:23:57 +01:00
SVM (SubstrateVM) compile configuration classes must be included within the `cli` jar to prevent downstream `native-image` builds from failing. Fat JARs cannot be used with `native-image`, so these classes can still safely be excluded here. Fixes and closes apple/pkl#907 Signed-off-by: Sam Gammon <sam@elide.dev>