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.
This commit is contained in:
John Blum
2020-01-23 17:37:23 -08:00
parent d59a4dad10
commit 65fe1bc2d9

View File

@@ -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 {