Skip to content

Commit 9d4bcc8

Browse files
committed
update sample project
1 parent bd8f835 commit 9d4bcc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ If you wish to add a library and contribute with a PR please follow these steps:
6767

6868
## License
6969

70-
Copyright © 2019-2020 Bruno Bonacci
70+
Copyright © 2019-2021 Bruno Bonacci
7171

7272
Distributed under the Apache License v 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

sample-project/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject sample-project "0.1.0-SNAPSHOT"
22

3-
:dependencies [[org.clojure/clojure "1.10.1"]
3+
:dependencies [[org.clojure/clojure "1.10.3"]
44
;; add the library here
55
]
66

@@ -14,7 +14,7 @@
1414
:aliases
1515
{"native"
1616
["shell"
17-
"native-image" "--report-unsupported-elements-at-runtime" "--no-server"
17+
"native-image" "--report-unsupported-elements-at-runtime" "--no-server" "--no-fallback"
1818
"--initialize-at-build-time"
1919
"-jar" "./target/${:uberjar-name:-${:name}-${:version}-standalone.jar}"
2020
"-H:Name=./target/${:name}"]

0 commit comments

Comments
 (0)