A collection of example projects that demonstrates how to use the Asciidoctor Gradle plugin
146
stars
132
forks
source link
Continuously monitor and upgrade the examples to use the latest version of Gradle #45
Closed
behrangs-sportsbet closed 4 years ago
Looks like many of the examples are still using Gradle 2.12 (released on Mar 14, 2016). However Gradle is now at 4.7.
Consequently some of the examples are not working with Gradle versions >= 4.0 as they throw exceptions (c.f. https://github.com/jruby-gradle/jruby-gradle-plugin/issues/326).
Many frameworks (e.g. Spring Boot 2.0.x), depend on Gradle versions >= 4.0 and consequently none of these examples work with a Spring Boot 2 project.
Please keep the examples up-to-date with the latest versions of Gradle so that issues like this are proactively discovered.