Skip to content

Commit

Permalink
The official release on GH is now a jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
winks committed Sep 16, 2021
1 parent e643694 commit 09d14f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions announce-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ curl -X POST \
-d "{\"candidate\": \"leiningen\", \"version\": \"${VERSION}\", \"hashtag\": \"leiningen\"}" \
https://vendors.sdkman.io/announce/struct

echo "Twitter: https://twitter.com/sdkman_"

echo
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdir lib
cd lib

echo "Downloading: leiningen-${VERSION} jar"
wget -q "https://github.com/technomancy/leiningen/releases/download/${VERSION}/leiningen-${VERSION}-standalone.zip" -O "leiningen-${VERSION}-standalone.jar"
wget -q "https://github.com/technomancy/leiningen/releases/download/${VERSION}/leiningen-${VERSION}-standalone.jar" -O "leiningen-${VERSION}-standalone.jar"

cd ../..
test -d "$OUT_DIR" || mkdir -p "$OUT_DIR"
Expand Down

0 comments on commit 09d14f8

Please sign in to comment.