Publish a plugin to gradle plugin repository

  1. I has a plugin named com.lodsve.archetype

  2. There is only one version 1.0.0-RELEASE.

  3. But, when I publish a new version 1.0.1-RELEASE via Intellij IDEA, gradle tell me that:

* What went wrong:
Execution failed for task ':publishPlugins'.
> Failed to post to server.
  Server responded with:
  Plugin: 'com.lodsve.archetype', version: '1.0.1-RELEASE' exists already. It was created: 2019-06-15 14:17:06.189
  1. Why?There is not version ‘1.0.1-RELEASE’ in gradle plugin repository.

Please help me!