Fork me on GitHub
#beginners
<
2015-08-30
>
frank03:08:15

I'm seeing a null pointer exception when trying to run lein uberjar with my app, but this only happens with my machine

frank03:08:25

works fine on CircleCI

frank03:08:07

lein run works just fine as well

frank03:08:19

even after running lein clean

frank03:08:03

java.lang.NullPointerException, compiling:(google_auth.clj:20:31)

frank03:08:44

(google_auth.clj:20:31) is where i'm invoking ring.util.codec/url-encode for the first time

frank03:08:46

nvm silly question