Jeff Li

Results 3 comments of Jeff Li

+1 The workaround I use at the moment is forking the repo and importing it in my galaxy account. Would be nice to see it under @jlund 's account.

I met the same issue in Mac OS. It turned out that it was caused by the removal of a JDK which was used by sourcetrail initially. In that case,...

+1 A workaround is cloning the code and publishing it to local repo. ``` git clone https://github.com/Tapad/scaerospike.git cd scaerospike sbt publish-local ``` Then add this dependency in the build.sbt: ```...