-
Looks like there's an issue with `script/uberjar`:
```
$ script/uberjar
+rm -f resources/brepl_client.js
+MAJOR=1
+MINOR=11
++git --no-replace-objects describe --match v1.11
fatal: No names fou…
-
I am trying to make an OSX .app version of mini beast. To do this I need to make an uberjar of the project. When trying to do that I ran in to an error. After looking into it I thought it came from Ov…
-
I'm getting the following stacktrace when I attempt to build an uberjar:
```
[Fatal Error] :1:628: The content of elements must consist of well-formed character data or markup.
ERROR: 'The content…
-
We worked through moving from `netty-tcnative` to ACCP; it wasn't a smooth path, and still has a few rough edges.
For Netty TcNative we had pulled in the native dependencies via build.gradle.kts as…
-
Does this library support merging of uberjar resources, such as `data_readers.clj`?
-
When postal is used in a uberjar, it fails trying to [read the `pom.properties` file](https://github.com/drewr/postal/blob/master/src/postal/support.clj#L61) with this error:
```
java.lang.IllegalArg…
-
lein compile-java puts the class file in the classes directory. Problem is that if you later do a "lein uberjar", lein first cleans up this directory and deletes those class files. lein-javac should…
-
Using the following project.clj, I receive the following error when trying to compile with `lein ring uberjar`.
```
(defproject temp "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url …
-
devth updated
5 years ago
-
Is it possible to set the multi-release attribute to true when creating uberjars?
[uberdeps](https://github.com/tonsky/uberdeps) Appears to have this feature but I did not find anything related on le…