- 02 Mar, 2018 1 commit
-
-
Phil Hagelberg authored
Use GPL-2.0-or-later as secondary license
-
- 01 Mar, 2018 1 commit
-
-
Phil Hagelberg authored
Enforce TLS 1.2 for PowerShell downloader
-
- 25 Feb, 2018 1 commit
-
- 21 Feb, 2018 1 commit
-
-
Phil Hagelberg authored
We can at least emit the URL of the repository and the path of the resource which was attempted. Fixes #2391.
-
- 20 Feb, 2018 1 commit
-
-
Yegor Timoshenko authored
Other minor changes: * Use FSF-suggested wording in license description (added "as published by the Free Software Foundation") * Update README.md and project.clj in resources/leiningen/template
-
- 19 Feb, 2018 2 commits
-
-
Phil Hagelberg authored
-
Yegor Timoshenko authored
-
- 05 Feb, 2018 2 commits
-
-
Phil Hagelberg authored
Bump version of reply and clojure-complete
-
xtreak authored
-
- 31 Jan, 2018 1 commit
-
-
Phil Hagelberg authored
invoke GPG unattended with passphrase
-
- 23 Jan, 2018 2 commits
-
-
Phil Hagelberg authored
-
Phil Hagelberg authored
-
- 22 Jan, 2018 3 commits
-
-
Phil Hagelberg authored
-
Phil Hagelberg authored
-
Phil Hagelberg authored
Fixes #2387.
-
- 21 Jan, 2018 1 commit
-
-
- 19 Jan, 2018 1 commit
-
-
Phil Hagelberg authored
-
- 16 Jan, 2018 1 commit
-
-
Phil Hagelberg authored
-
- 10 Jan, 2018 1 commit
-
-
Phil Hagelberg authored
-
- 09 Jan, 2018 1 commit
-
-
Phil Hagelberg authored
Refs #2364.
-
- 29 Dec, 2017 3 commits
-
-
Phil Hagelberg authored
-
Phil Hagelberg authored
-
Phil Hagelberg authored
-
- 26 Dec, 2017 3 commits
-
-
Phil Hagelberg authored
-
Phil Hagelberg authored
Fixes #2382.
-
Phil Hagelberg authored
-
- 21 Dec, 2017 2 commits
-
-
Phil Hagelberg authored
Add project coordinate data to JAR metadata
-
Conor McDermottroe authored
This causes entries like: Leiningen-Project-ArtifactId: bar Leiningen-Project-GroupId: foo Leiningen-Project-Version: 1.2.3-SNAPSHOT to be added to META-INF/MANIFEST.MF in JARS for projects with project.clj files like: (defproject foo/bar "1.2.3-SNAPSHOT" ... )
-
- 15 Dec, 2017 6 commits
-
-
Phil Hagelberg authored
Fixes #2373.
-
Phil Hagelberg authored
-
Phil Hagelberg authored
Bump the nREPL dep to 0.2.13
-
Phil Hagelberg authored
Closes #2370.
-
Phil Hagelberg authored
When this isn't present we should assume no files are on the bootclasspath. Fixes #2369.
-
Phil Hagelberg authored
-
- 09 Dec, 2017 1 commit
-
-
Bozhidar Batsov authored
I guess that's self-explanatory. 0.2.13 is the latest stable version.
-
- 08 Dec, 2017 2 commits
-
-
Phil Hagelberg authored
[docs] Update TEMPLATES.md to refer to resources dir rather than src dir
-
David Jarvis authored
The current documentation claims template files live in src, rather than resources - a fact trivially disprovable by either (a) referring to Leiningen's default templates in resources/leiningen/new or (b) actually trying to make a new template yourself. This commit updates the documentation to refer to the correct directory.
-
- 27 Nov, 2017 2 commits
-
-
Phil Hagelberg authored
Avoid "You have $CLASSPATH set" errors on upgrade
-
Elana Hashman authored
When we exec the newly downloaded leiningen script, it will replace our current shell process and recalculate the classpath for us, so we can safely unset this here. This avoids the new script throwing warnings about the CLASSPATH variable being set (from the previous run) on upgrades.
-
- 09 Nov, 2017 1 commit
-
-
Sumit authored
Fixed typos in doc.
-