We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1735f commit b3234b5Copy full SHA for b3234b5
1 file changed
build.clj
@@ -121,7 +121,7 @@
121
:sign-releases? sign-releases?
122
:pom-file src-pom
123
:artifact jar-file})
124
- (catch org.apache.maven.wagon.authorization.AuthorizationException e
+ (catch org.eclipse.aether.deployment.DeploymentException e
125
(if (str/includes? (.getMessage e) "redeploying non-snapshots is not allowed")
126
(println "Skipping" jar-file "- version already published")
127
(throw e)))))
0 commit comments