Search Gradle plugins

org.asciidoctor.jvm.leanpub.dropbox-copy

Provides local Dropbox support for Asciidoctor Leanpub plugin (If you need a production-ready version of the AsciidoctorJ plugin for Gradle use a 2.x release of this plugin instead)

https://github.com/asciidoctor/asciidoctor-gradle-plugin

Sources: https://github.com/asciidoctor/asciidoctor-gradle-plugin.git

Version 3.1.0

3.1.0

Created 28 January 2020.

Provides local Dropbox support for Asciidoctor Leanpub plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.asciidoctor.jvm.leanpub.dropbox-copy") version "3.1.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.asciidoctor:asciidoctor-gradle-jvm-leanpub:3.1.0")
      }
    }
    
    apply(plugin = "org.asciidoctor.jvm.leanpub.dropbox-copy")
  • Applying plugins to all subprojects .