We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567176d commit 5227df1Copy full SHA for 5227df1
README.md
@@ -31,7 +31,7 @@ In your `deps.edn` specify an alias with a dependency on `clj.native-image`:
31
:extra-deps
32
{clj.native-image
33
{:git/url "https://github.com/taylorwood/clj.native-image.git"
34
- :sha "498baa963e914fd817dbf33ea251729efd0c8f95"}}}}}
+ :sha "567176ddb0f7507c8b0969e0a10f60f848afaf7d"}}}}}
35
```
36
37
Where `core.clj` is a class with `-main` entrypoint, for example:
0 commit comments