Skip to content

Commit

Permalink
Resolve jbake nosuchmethod error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Nov 13, 2018
1 parent 6a5d6b9 commit 8b6e5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.ajoberstar.defaults' version '0.12.0'
id 'org.jbake.site' version '1.3.0'
id 'org.jbake.site' version '1.4.0'
}

apply from: 'gradle/locking.gradle'
Expand Down Expand Up @@ -33,6 +33,7 @@ allprojects {

jbake {
srcDirName = 'docs'
asciidoctorjVersion = '1.5.8.1'
}

gitPublish {
Expand Down

0 comments on commit 8b6e5de

Please sign in to comment.