clojars

2022-11-20T15:55:07.724059Z

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?

2022-11-20T16:09:09.971369Z

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).

2022-11-20T16:10:08.858409Z

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

2022-11-20T17:16:46.405889Z

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

2022-11-20T23:24:07.404729Z

My pleasure!