asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

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

Open ghilainm opened 4 days ago

ghilainm commented 4 days ago

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 commented 4 days ago

It is not enabled yet. See #695.

jaimesalvador commented 1 day ago

When the plugin will be enabled?

ghilainm commented 1 day ago

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