Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
steini
/
leiningen
Public
forked from
technomancy/leiningen
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
2.3.2
User selector
All users
All time
Commit history
Commits on Aug 20, 2013
Release 2.3.2
cemerick
committed
470f4c6
View commit details
Copy full SHA for 470f4c6
Browse repository at this point
prepare for 2.3.2 release
cemerick
committed
7d7426b
View commit details
Copy full SHA for 7d7426b
Browse repository at this point
use ~/.s3cmd.lein.gpg for upload credentials
cemerick
committed
6045c19
View commit details
Copy full SHA for 6045c19
Browse repository at this point
NEWS for 2.3.2.
technomancy
committed
d97ea4e
View commit details
Copy full SHA for d97ea4e
Browse repository at this point
Explain profile isolation in FAQ.
Show description for 1d5f1a0
technomancy
committed
1d5f1a0
View commit details
Copy full SHA for 1d5f1a0
Browse repository at this point
Encourage production use of uberjars over `lein run` in tutorial.
technomancy
committed
ad48331
View commit details
Copy full SHA for ad48331
Browse repository at this point
Discuss idempotency of hooks/middleware in plugin docs.
technomancy
committed
bb5dc78
View commit details
Copy full SHA for bb5dc78
Browse repository at this point
Rearrange .gitignore and remove windows line endings.
technomancy
committed
278fdb9
View commit details
Copy full SHA for 278fdb9
Browse repository at this point
Attempt to force Aether to re-check for new versions of templates.
Show description for 41613b5
technomancy
committed
41613b5
View commit details
Copy full SHA for 41613b5
Browse repository at this point
Mention setting :sign-releases false during deploy.
technomancy
committed
3647c79
View commit details
Copy full SHA for 3647c79
Browse repository at this point
Add .nrepl-port to template .gitignores.
Show description for 5de2f04
technomancy
committed
5de2f04
View commit details
Copy full SHA for 5de2f04
Browse repository at this point
Write .nrepl-port file in addition to .lein-repl-port. Fixes #1296.
technomancy
committed
25eeb3c
View commit details
Copy full SHA for 25eeb3c
Browse repository at this point
Rearrange sample.project.clj.
technomancy
committed
e50be00
View commit details
Copy full SHA for e50be00
Browse repository at this point
Commits on Aug 18, 2013
Roll back profile-scoped target path for now.
Show description for 45c7af9
technomancy
committed
45c7af9
View commit details
Copy full SHA for 45c7af9
Browse repository at this point
Add :exclusions to :base deps to avoid version conflict warnings.
technomancy
committed
95bdc72
View commit details
Copy full SHA for 95bdc72
Browse repository at this point
Memoize pedantic-print-(ranges|overrides) by stringifying up front.
Show description for be0db75
technomancy
committed
be0db75
View commit details
Copy full SHA for be0db75
Browse repository at this point
Commits on Aug 17, 2013
Merge pull request #1297 from kumarshantanu/master
Show description for ba89580
hypirion
committed
ba89580
View commit details
Copy full SHA for ba89580
Browse repository at this point
Commits on Aug 16, 2013
fix #1150 https://github.com/technomancy/leiningen/issues/1150
kumarshantanu
committed
3bf58be
View commit details
Copy full SHA for 3bf58be
Browse repository at this point
Merge pull request #1293 from kumarshantanu/master
Show description for 40a63ee
technomancy
committed
40a63ee
View commit details
Copy full SHA for 40a63ee
Browse repository at this point
Commits on Aug 15, 2013
fix https://github.com/technomancy/leiningen/issues/1292
kumarshantanu
committed
c17d75c
View commit details
Copy full SHA for c17d75c
Browse repository at this point
Commits on Aug 14, 2013
Warn for projects which rely on implicit :aot via :main.
Show description for b3c694a
technomancy
committed
b3c694a
View commit details
Copy full SHA for b3c694a
Browse repository at this point
Re-enable implicit :aot via :main.
Show description for 53d1828
technomancy
committed
53d1828
View commit details
Copy full SHA for 53d1828
Browse repository at this point
Add :aot :all to uberjar profile of app template.
technomancy
committed
47c0477
View commit details
Copy full SHA for 47c0477
Browse repository at this point
Commits on Aug 13, 2013
Release 2.3.1
technomancy
committed
e624a76
View commit details
Copy full SHA for e624a76
Browse repository at this point
Update NEWS.
technomancy
committed
dea28d4
View commit details
Copy full SHA for dea28d4
Browse repository at this point
Improve coverage of profiles in tutorial and profiles doc.
technomancy
committed
4b099af
View commit details
Copy full SHA for 4b099af
Browse repository at this point
Commits on Aug 12, 2013
Leave :provided out of target-isolation calculation paths altogether.
technomancy
committed
81389cf
View commit details
Copy full SHA for 81389cf
Browse repository at this point
Support disabling :monkeypatch-clojure-test.
technomancy
committed
824552e
View commit details
Copy full SHA for 824552e
Browse repository at this point
Typo.
Show description for d661b18
technomancy
committed
d661b18
View commit details
Copy full SHA for d661b18
Browse repository at this point
Commits on Aug 11, 2013
Support downgrade as alias to upgrade.
technomancy
committed
b39adc9
View commit details
Copy full SHA for b39adc9
Browse repository at this point
Refer to checkout-deps-paths as a var instead of a raw fn.
Show description for 1b4d1b3
technomancy
committed
1b4d1b3
View commit details
Copy full SHA for 1b4d1b3
Browse repository at this point
Commits on Aug 10, 2013
Merge pull request #1285 from sharms/master
Show description for 2fa70b0
technomancy
committed
2fa70b0
View commit details
Copy full SHA for 2fa70b0
Browse repository at this point
Update lein to detect an empty HTTP_CLIENT variable prior to attempting to download
sharms
committed
27e65f8
View commit details
Copy full SHA for 27e65f8
Browse repository at this point
Commits on Aug 9, 2013
Special-case the :provided profile. Again.
Show description for d25c22a
technomancy
committed
d25c22a
View commit details
Copy full SHA for d25c22a
Browse repository at this point
Automate upload of uberjar and signature in bin/release.
technomancy
committed
9d93cdd
View commit details
Copy full SHA for 9d93cdd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.