-
The current jar on Clojars has a CRC error which causes problems when making an uberjar using `tools.build` since that tool checks CRC on all files.
griff updated
2 years ago
-
Hi,
_Context_
I am running the following configuration
```
REPL-y 0.3.7, nREPL 0.2.11
Clojure 1.8.0-RC4
Java HotSpot(TM) 64-Bit Server VM 1.8.0_77-b03
```
on Debian.
AOT config is done by definin…
gixxi updated
2 years ago
-
I love the project and very persuaded by the need for SNOMED in clinical systems - thank you for building it. I am not familiar with clojure - I was never a fan of semicolons, and now have to think ab…
-
Hello,
after doing `./gradlew clean build` I get the following error:
```
* Where:
Build file '/Users/yoobi/Documents/Gitlab/Examples/language-server/launchers/build.gradle' line: 50
* What w…
yoobi updated
2 years ago
-
The tools.build documentation could contain more information about how to produce uberjars and execute them.
- Different ways of building uberjars (the options)
- How to produce an application ub…
-
Hi there, this is a very interesting project and I like the two-step philosophy, thank you for it!
There is one thing that I found does not work here, the `uberjar`.
I have not debugged it prope…
-
**Is your feature request related to a problem? Please describe.**
From clojurians slack: https://clojurians.slack.com/archives/CLX41ASCS/p1641396669154300
> To take a closer look at its depende…
-
I'm not sure why, but I'm getting a difference is deps resolution between mac / linux vs windows:
I've been using github actions and debugging this, so I've got a current build log which I'll pull …
-
error `java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;` happens when we build an uberjar with JDK > 8 but run on java 8.
* happens with `lein` and `boot`
* the code in…
-
### Description
When I use `quarkus` to build a native-image with the `native` and then execute `mvn clean package -Pnative`. The final bytecode will generate successfully but unfortunately the sourc…