Fork me on GitHub
#clojars
<
2022-11-20
>
Eric Scott15:11:07

So I've revised an old library to use deps.edn and org.corfield.build in a build.clj file. Previously I used lein deploy and it just worked. I'm now getting this error from clojars when I deploy:

Authorization failed for  403 Forbidden - Group 'ont-app' isn't verified, so can't contain new projects. See 
I know I've gotten this error when trying to deploy a new project, but this project is several years old. I've been busy and haven't deployed anything in a while. Have the rules changed so that old projects aren't grandfathered in? Is the script somehow changing the name?

tcrawley16:11:09

Hi Eric! It looks like you are trying to deploy ont-app/vocabulary' instead of ont-app/vocabulary (where the latter is the existing project).

tcrawley16:11:08

So somehow you are getting a quote character at the end of the name.

Eric Scott17:11:46

Wow. Thanks! I would have stared at this for hours before I noticed that!

tcrawley23:11:07

My pleasure!