Asciidoctor-gradle-pluging 1.5.2 could not be found

Using the plugin mechanism the latest version of asiidoctor-gradle-plugin (1.5.2) could not be found.

plugins {
     id "org.asciidoctor.gradle.asciidoctor" version "1.5.2"
}

Error message running gradle:

Plugin [id: 'org.asciidoctor.gradle.asciidoctor', version: '1.5.2'] was not found in any of the following sources:
  - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Gradle Central Plugin Repository (plugin 'org.asciidoctor.gradle.asciidoctor' has no version '1.5.2' - see https://plugins.gradle.org/plugin/org.asciidoctor.gradle.asciidoctor for available versions)

Version 1.5.2 is available via bintray:

See https://jcenter.bintray.com/org/asciidoctor/asciidoctor-gradle-plugin/ and https://bintray.com/asciidoctor/maven/asciidoctor-gradle-plugin/ which is linked correctly on the bintray gradle-plugins repository.

It looks like the plugin id changed between v1.5.1 and v1.5.2. See http://plugins.gradle.org/plugin/org.asciidoctor.convert.

oh :wink: well, thank you for the hint!