clojars Questions
2
Solved
Background
I have a simple Clojure 1.9 project.
It was configured with a minimal .travis.yml.
language: clojure
lein: 2.8.1
jdk:
- openjdk8
- openjdk9
- oraclejdk8
- oraclejdk9
Travis CI
The...
3
I'm using Leiningen to run a Clojure project on my Raspberry Pi 3 (running stretch), previously I used version 2.7.1 with no problems, but upgrading to the latest version on lein (2.8.1) I now get ...
2
Solved
Say I'm using a library in a leiningen project, hosted on Clojars. And I run into a bug. I fork the project on Github, and fix the bug. Now what?
What's the most appropriate way to use my version ...
1
© 2022 - 2024 — McMap. All rights reserved.