This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-20
Channels
- # adventofcode (1)
- # announcements (2)
- # babashka (81)
- # beginners (33)
- # calva (11)
- # circleci (4)
- # clj-commons (3)
- # cljdoc (7)
- # clojars (5)
- # clojure (21)
- # clojure-europe (5)
- # clojure-japan (1)
- # clojure-norway (27)
- # clojurescript (24)
- # emacs (11)
- # events (5)
- # fulcro (14)
- # lsp (40)
- # malli (9)
- # nbb (1)
- # off-topic (5)
- # portal (4)
- # reitit (8)
- # scittle (9)
- # shadow-cljs (14)
- # spacemacs (3)
- # tools-deps (3)
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?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).
Wow. Thanks! I would have stared at this for hours before I noticed that!