tabilzad / ktor-docs-plugin

Provides Ktor Swagger support
34 stars 6 forks source link

Plugin [id: 'io.github.tabilzad.ktor-docs-plugin-gradle'] was not found in any of the following sources: #6

Closed ToberoCat closed 8 months ago

ToberoCat commented 10 months ago

Just cloned the repo to try out the use-plugin example, but without changing anything, the build.gradle gives me this error:


FAILURE: Build failed with an exception.

* Where:
Build file '/home/tobias/Downloads/ktor-docs-plugin-master/use-plugin/build.gradle' line: 3

* What went wrong:
Plugin [id: 'io.github.tabilzad.ktor-docs-plugin-gradle'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (plugin dependency must include a version number for this source)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

CONFIGURE FAILED in 482ms

As already said, this is the cloned repo and it gave me this error while intellij was busy loading the gradle script.

tabilzad commented 8 months ago

hmm couldn't reproduce. Perhaps you've cloned it before the 0.3.0-alpha was published to maven central, it is certainly there now.

tabilzad commented 8 months ago

I've fixed a few things related to artifact publishing in 0.5.2-alpha. Reopen is it's still not working