org.m2ci.msp.pandocreveal
Owner: Ingmar Steiner
Apply common build logic to a slideshow project using Pandoc and reveal.js
https://github.com/m2ci-msp/gradle-pandoc-reveal-plugin
Sources: https://github.com/m2ci-msp/gradle-pandoc-reveal-plugin
Version 0.4.0
0.4.0
Created 10 December 2022.
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.4.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.m2ci.msp:gradle-pandoc-reveal-plugin:0.4.0") } } apply(plugin = "org.m2ci.msp.pandocreveal")
- Applying plugins to all subprojects .