asciidoctor / asciidoctor-gradle-examples

A collection of example projects that demonstrates how to use the Asciidoctor Gradle plugin
http://asciidoctor.github.io/asciidoctor-gradle-examples
Other
147 stars 136 forks source link

Workaround for lasagna.io error during build, removed backend reveal.js #47

Closed stoeps13 closed 5 years ago

stoeps13 commented 6 years ago

I got errors during build, that rubygems.lasagna.io is not found -> domain is sold

After workaround with maven repository I got errors with revealjs backend. Removed it and the presentation is built successfully.

mojavelinux commented 6 years ago

:+1: I agree the change to the Torquebox proxy is the way to go.

However, I think mavenLocal should only be used if activated because that can introduce complications w/ Gradle's own cache. See https://github.com/asciidoctor/asciidoctorj/blob/master/build.gradle#L100-L102 for a possible approach.

stoeps13 commented 6 years ago

Thought it's necessary. Will change it.