forked from pool/leiningen
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b725fa3ecb |
3
lein-pkg
3
lein-pkg
@@ -4,7 +4,7 @@
|
|||||||
# It has all the cross-platform stuff stripped out as well as the
|
# It has all the cross-platform stuff stripped out as well as the
|
||||||
# logic for running from a source checkout and self-install/upgrading.
|
# logic for running from a source checkout and self-install/upgrading.
|
||||||
|
|
||||||
export LEIN_VERSION="2.11.2"
|
export LEIN_VERSION="2.12.0"
|
||||||
|
|
||||||
if [[ "$CLASSPATH" != "" ]]; then
|
if [[ "$CLASSPATH" != "" ]]; then
|
||||||
cat <<-'EOS' 1>&2
|
cat <<-'EOS' 1>&2
|
||||||
@@ -117,7 +117,6 @@ function cmd_run {
|
|||||||
"$LEIN_JAVA_CMD" \
|
"$LEIN_JAVA_CMD" \
|
||||||
-Dfile.encoding=UTF-8 \
|
-Dfile.encoding=UTF-8 \
|
||||||
-Dmaven.wagon.http.ssl.easy=false \
|
-Dmaven.wagon.http.ssl.easy=false \
|
||||||
-Dmaven.wagon.rto=10000 \
|
|
||||||
$LEIN_JVM_OPTS \
|
$LEIN_JVM_OPTS \
|
||||||
-Dleiningen.input-checksum="$INPUT_CHECKSUM" \
|
-Dleiningen.input-checksum="$INPUT_CHECKSUM" \
|
||||||
-Dleiningen.original.pwd="$ORIGINAL_PWD" \
|
-Dleiningen.original.pwd="$ORIGINAL_PWD" \
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d31ae23ae769e927438b0cd55d15a93e7dabab09fd4fc15877979161e108774
|
|
||||||
size 16481883
|
|
||||||
BIN
leiningen-2.12.0-standalone.jar
LFS
Normal file
BIN
leiningen-2.12.0-standalone.jar
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 15 08:06:38 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.12.0:
|
||||||
|
* Use :managed-dependencies instead of :exclusions for version ranges.
|
||||||
|
* Add :plugin-tree-data subcommand to deps task.
|
||||||
|
* Fix a bug in :active-profiles in middleware plugins.
|
||||||
|
* Update to nREPL 1.3.0
|
||||||
|
* Update Clojure version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 14 13:50:09 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Wed Feb 14 13:50:09 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: leiningen
|
Name: leiningen
|
||||||
# Change LEIN_VERSION in lein-pkg when bumping
|
# Change LEIN_VERSION in lein-pkg when bumping
|
||||||
Version: 2.11.2
|
Version: 2.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automation for Clojure projects
|
Summary: Automation for Clojure projects
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user