Search Gradle plugins

Version 0.5.5

0.5.5

Created 15 August 2024.

Apply common build logic to a slideshow project using Pandoc and reveal.js

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.m2ci.msp.pandocreveal") version "0.5.5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.m2ci.msp:gradle-pandoc-reveal-plugin:0.5.5")
      }
    }
    
    apply(plugin = "org.m2ci.msp.pandocreveal")
  • Applying plugins to all subprojects .