Fork me on GitHub
#leiningen
<
2017-06-15
>
cigrainger04:06:57

Does anyone deploy uberjars to google storage using lein? Any instructions they could share?

elahti07:06:29

@danielcompton thanks but the jar resource path solution doesn't work with uberjars so it's out of question.

elahti07:06:15

I know and dearly hope this use case is a rare thing for many of us but it would be nice to have the lib functionality from the old leiningen.

d5p14:06:15

has anyone had experience using a custom filesystemprovider inside an uberjar? working fine running via repl , when i build my uberjar it can’t find it despite correct java.nio.file.spi.FileSystemProvider in META-INF/services etc

d5p14:06:24

scratching my head a little on this one, not sure what exactly is going on