-
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…
-
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 …
-
**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…
-
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…
-
### Describe the bug
my project need to encrypt some data. so i add the bcprov dependencies, i build the uber-jar with
gradle clean build -D"quarkus.package.type=uber-jar" -x test,
when i run tha…
-