Switch to spring-asciidoctor-backends SNAPSHOT
See gh-26293
This commit is contained in:
parent
1be8c8fda9
commit
3d9eb9e413
|
@ -97,7 +97,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-M1"));
|
.create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-SNAPSHOT"));
|
||||||
Configuration dependencyManagement = configurations.findByName("dependencyManagement");
|
Configuration dependencyManagement = configurations.findByName("dependencyManagement");
|
||||||
if (dependencyManagement != null) {
|
if (dependencyManagement != null) {
|
||||||
asciidoctorExtensions.extendsFrom(dependencyManagement);
|
asciidoctorExtensions.extendsFrom(dependencyManagement);
|
||||||
|
|
Loading…
Reference in New Issue