From 65fe1bc2d98c80f9628c1f81fb471c21556f1ede Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 23 Jan 2020 17:37:23 -0800 Subject: [PATCH] Downgrade to Spring Build Conventions Gradle Plugin 0.0.27.RELEASE. The Asciidoctor Gradle Plugin/Task cannot properly resolve the css/spring.css file when building the Guides. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dce2122..8c23e88 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.28.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.27.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {