Skip to content

Commit

Permalink
Add java.util.Date to SCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Asko Nõmm committed May 12, 2022
1 parent 408777d commit 188acf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:aliases {"native"
["shell"
"native-image" "--report-unsupported-elements-at-runtime" "--no-fallback"
"-jar" "./target/uberjar/bruno.jar"]}
"-H:ReflectionConfigurationFiles=reflection.json" "-jar" "./target/uberjar/bruno.jar"]}
:main bruno.core
:min-lein-version "2.0.0"
:target-path "target/%s"
Expand Down
8 changes: 8 additions & 0 deletions reflection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"name": "java.util.Date",
"allPublicMethods":true,
"allPublicFields": true,
"allPublicConstructors": true
}
]

0 comments on commit 188acf7

Please sign in to comment.