File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ If you wish to add a library and contribute with a PR please follow these steps:
67
67
68
68
## License
69
69
70
- Copyright © 2019-2020 Bruno Bonacci
70
+ Copyright © 2019-2021 Bruno Bonacci
71
71
72
72
Distributed under the Apache License v 2.0 (http://www.apache.org/licenses/LICENSE-2.0 )
Original file line number Diff line number Diff line change 1
1
(defproject sample-project " 0.1.0-SNAPSHOT"
2
2
3
- :dependencies [[org.clojure/clojure " 1.10.1 " ]
3
+ :dependencies [[org.clojure/clojure " 1.10.3 " ]
4
4
; ; add the library here
5
5
]
6
6
14
14
:aliases
15
15
{" native"
16
16
[" shell"
17
- " native-image" " --report-unsupported-elements-at-runtime" " --no-server"
17
+ " native-image" " --report-unsupported-elements-at-runtime" " --no-server" " --no-fallback "
18
18
" --initialize-at-build-time"
19
19
" -jar" " ./target/${:uberjar-name:-${:name}-${:version}-standalone.jar}"
20
20
" -H:Name=./target/${:name}" ]
You can’t perform that action at this time.
0 commit comments