Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resolve id("org.asciidoctor.jvm.revealjs") version "4.0.3" #738

Open
ghilainm opened this issue Sep 13, 2024 · 3 comments
Open

Cannot resolve id("org.asciidoctor.jvm.revealjs") version "4.0.3" #738

ghilainm opened this issue Sep 13, 2024 · 3 comments

Comments

@ghilainm
Copy link

ghilainm commented Sep 13, 2024

Impossible to resolve id("org.asciidoctor.jvm.revealjs") version "4.0.3" (neither 4.0.2, neither 4.0.1). Where is the plugin published?

I am using the following configuration.

pluginManagement {
    repositories {
        gradlePluginPortal()
        mavenCentral()
    }
}

plugins {
    id("org.asciidoctor.jvm.revealjs") version "4.0.3"
}
Plugin [id: 'org.asciidoctor.jvm.revealjs', version: '4.0.3'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'org.asciidoctor.jvm.revealjs:org.asciidoctor.jvm.revealjs.gradle.plugin:4.0.3')
  Searched in the following repositories:
    Gradle Central Plugin Repository
    MavenRepo
@ysb33r
Copy link
Member

ysb33r commented Sep 13, 2024

It is not enabled yet. See #695.

@jaimesalvador
Copy link

When the plugin will be enabled?

@ghilainm
Copy link
Author

@ysb33r Maybe worth mentionning in readme? When reading the documentation it is really not obvious :)

cstuht added a commit to cstuht/asciidoctor-gradle-plugin that referenced this issue Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants