Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop "deployment" dependency on org.graalvm.nativeimage.impl package
Resolves errors like: ``` [error]: Build step io.quarkus.deployment.steps.NativeImageFeatureStep#generateFeature threw an exception: java.lang.IllegalAccessError: class io.quarkus.deployment.steps.NativeImageFeatureStep (in unnamed module @0x53fa18a5) cannot access class org.graalvm.nativeimage.impl.ConfigurationCondition (in module org.graalvm.sdk) because module org.graalvm.sdk does not export org.graalvm.nativeimage.impl to unnamed module @0x53fa18a5 ``` Note that this is a temporary work-around until the reliance on `org.graalvm.nativeimage.impl` is completely dropped in favour of using public APIs only.
- Loading branch information