Skip to content

Commit

Permalink
Revert "Deploy checksums for signatures."
Browse files Browse the repository at this point in the history
This reverts commit 2785969.
  • Loading branch information
glts committed Jan 12, 2020
1 parent 3d0679b commit 035a420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/leiningen/deploy.clj
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ be able to depend on jars that are deployed without a pom."
(let [repo (repo-for project repository)
files (files-for project repo)]
(try
(java.lang.System/setProperty "aether.checksums.forSignature" "true")
(main/debug "Deploying" files "to" repo)
(aether/deploy
:coordinates [(symbol (:group project) (:name project))
Expand All @@ -230,7 +229,6 @@ be able to depend on jars that are deployed without a pom."
artifacts (for [f files]
[[:extension (extension f)
:classifier (classifier version f)] f])]
(java.lang.System/setProperty "aether.checksums.forSignature" "true")
(main/debug "Deploying" files "to" repo)
(aether/deploy
:coordinates [(symbol group-id artifact-id) version]
Expand Down

0 comments on commit 035a420

Please sign in to comment.