Configures the Reveal.JS version and Reveal.JS template.
| Modifiers | Name | Description |
|---|---|---|
static org.ysb33r.grolifant.api.Version |
FIRST_VERSION_WITH_PLUGIN_SUPPORT |
|
static String |
NAME |
| Constructor and description |
|---|
RevealJSExtension
(Project project) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Provider<File> |
getTemplateProvider() |
|
String |
getVersion()The version of the Reveal.js backend. |
|
void |
setVersion(String v)Set the version of the Reveal.JS backend |
|
void |
templateGitHub(groovy.lang.Closure configurator) |
|
void |
templateGitHub(Action<org.asciidoctor.gradle.base.GitHubArchive> configurator) |
|
void |
templateLocal(Object location)Template is specified locally |
|
void |
templateProvider(Provider<File> revealJsProvider) |
The version of the Reveal.js backend.
Set the version of the Reveal.JS backend
v - Dotted version string.Template is specified locally
location - Anything convertible to a local file.Copyright © 2013-2019 the original author or authors. All rights reserved.