We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native image to compile.
Task ./gradlew nativeCompile fails to compile.
./gradlew nativeCompile
Adding
Args = --initialize-at-build-time=com.azure.core.util.logging.ClientLogger,ch.qos.logback.classic.model.processor.LogbackClassicDefaultNestedComponentRules,ch.qos.logback.core.model.processor.ChainedModelFilter$1,ch.qos.logback.core.model.processor.DefaultProcessor$1,ch.qos.logback.core.subst.Parser$1,ch.qos.logback.core.subst.NodeToStringTransformer$1,ch.qos.logback.core.util.Duration,ch.qos.logback.core.util.StatusPrinter2,ch.qos.logback.core.model.processor.ImplicitModelHandler$1,ch.qos.logback.core.subst.Token
to META-INF/native-image/native-image.properties makes app to successfully compile but i doubt thats a right fix.
META-INF/native-image/native-image.properties
object-storage-azure
No response
4.5.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Native image to compile.
Actual Behaviour
Task
./gradlew nativeCompile
fails to compile.Adding
to
META-INF/native-image/native-image.properties
makes app to successfully compile but i doubt thats a right fix.Steps To Reproduce
object-storage-azure
feature./gradlew nativeCompile
Environment Information
No response
Example Application
No response
Version
4.5.1
The text was updated successfully, but these errors were encountered: