Commit 616917c8 authored by Phillip Webb's avatar Phillip Webb

Upgrade spring-asciidoctor-backends to 0.0.1-M1

Closes gh-25553
parent 26ee3465
...@@ -96,7 +96,7 @@ class AsciidoctorConventions { ...@@ -96,7 +96,7 @@ class AsciidoctorConventions {
ConfigurationContainer configurations = project.getConfigurations(); ConfigurationContainer configurations = project.getConfigurations();
Configuration asciidoctorExtensions = configurations.maybeCreate(EXTENSIONS_CONFIGURATION); Configuration asciidoctorExtensions = configurations.maybeCreate(EXTENSIONS_CONFIGURATION);
asciidoctorExtensions.getDependencies().add(project.getDependencies() asciidoctorExtensions.getDependencies().add(project.getDependencies()
.create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-SNAPSHOT")); .create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-M1"));
Configuration dependencyManagement = configurations.findByName("dependencyManagement"); Configuration dependencyManagement = configurations.findByName("dependencyManagement");
if (dependencyManagement != null) { if (dependencyManagement != null) {
asciidoctorExtensions.extendsFrom(dependencyManagement); asciidoctorExtensions.extendsFrom(dependencyManagement);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment