-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Labels
Description
Describe the bug
It says in the README section:
GraalVM native-image support Sqlite JDBC supports GraalVM native-image out of the box starting from version 3.40.1.0. There has been rudimentary support for some versions before that, but this was not actively tested by the CI.
But I didn't find this to be accurate.
To Reproduce
Simply run: gradle NativeBuild. It works without adding the dependency, but once added it fails:
my version is:
'org.xerial:sqlite-jdbc:3.50.3.0'
Expected behavior
an exe produced with "gradle NativeBuild".
Logs
unfortunately, Gluonfx's output is not very helpful, it's just NativeCompile task fails.
Environment (please complete the following information):
- OS: [e.g. Windows 10]
- CPU architecture: [e.g. x86_64]
- sqlite-jdbc version [e.g. 3.50.3.0]
Additional context
NA