Upgrade spring-asciidoctor-backends to 0.0.1-M1
Closes gh-25553
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user