This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ff470fd  Hotfix: jbake fails with undefined method start_with? (#81)
ff470fd is described below

commit ff470fdf0f4b24c2cbe4603747a989e77bccd387
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Fri Oct 19 03:42:21 2018 +0200

    Hotfix: jbake fails with undefined method start_with? (#81)
    
    Verified.
    
    Caused by: org.asciidoctor.internal.AsciidoctorCoreException: 
org.jruby.exceptions.RaiseException: (NoMethodError) asciidoctor: FAILED: 
<stdin>: Failed to load AsciiDoc document - undefined method `start_with?' for 
nil:NilClass
        at 
org.asciidoctor.internal.JRubyAsciidoctor.render(JRubyAsciidoctor.java:341)
        at 
org.asciidoctor.internal.JRubyAsciidoctor.render(JRubyAsciidoctor.java:448)
        at 
org.jbake.parser.AsciidoctorEngine.processAsciiDoc(AsciidoctorEngine.java:141)
---
 netbeans.apache.org/gradle/deps.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/gradle/deps.gradle 
b/netbeans.apache.org/gradle/deps.gradle
index 0ece7db..1e86767 100644
--- a/netbeans.apache.org/gradle/deps.gradle
+++ b/netbeans.apache.org/gradle/deps.gradle
@@ -10,7 +10,7 @@ buildscript {
         }
         sharedDependencies = {
             classpath "org.codehaus.groovy:groovy-all:${libs.groovy}"
-            classpath "org.jbake:jbake-gradle-plugin:+"
+            classpath "org.jbake:jbake-gradle-plugin:1.2.0"
             classpath "io.freefair.gradle:jsass-gradle-plugin:0.6.0"
         }
         tomcatDependencies = {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to