Skip to content

Commit

Permalink
Set default reveal.js GEM to 2.0.0 (asciidoctor#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 8, 2019
1 parent 064ab93 commit 7ee752b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import static org.asciidoctor.gradle.base.AsciidoctorUtils.executeDelegatingClos
class RevealJSExtension {

final static String NAME = 'revealjs'
final static String DEFAULT_VERSION = '1.1.3'
final static String DEFAULT_VERSION = '2.0.0'
final static String DEFAULT_TEMPLATE_VERSION = '3.7.0'
final static Version FIRST_VERSION_WITH_PLUGIN_SUPPORT = Version.of('1.2.0')
final static Version FIRST_VERSION_WITH_PLUGIN_SUPPORT = Version.of('2.0.0')

private String version = DEFAULT_VERSION
private Provider<File> resolveRevealJs
Expand Down

0 comments on commit 7ee752b

Please sign in to comment.