Make next.jdbc work with GraalVM 22 onwards
This commit is contained in:
parent
92f838b915
commit
3a33a65d79
2 changed files with 3 additions and 1 deletions
2
deps.edn
2
deps.edn
|
|
@ -1,5 +1,5 @@
|
|||
{:mvn/repos {"sonatype" {:url "https://oss.sonatype.org/content/repositories/snapshots/"}}
|
||||
:paths ["src"]
|
||||
:paths ["src" "resources"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
||||
org.clojure/java.data {:mvn/version "1.0.86"}
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
Args=--initialize-at-build-time=clojure,next,camel_snake_kebab \
|
||||
--initialize-at-build-time=java.sql.SQLException
|
||||
Loading…
Reference in a new issue