Migrate to spring-asciidoctor-backends
Migrate to the renamed spring-asciidoctor-backends project. See gh-25553
This commit is contained in:
parent
4d97ed19e8
commit
3b095972cc
|
@ -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:asciidoctor-spring-backends:0.0.1-SNAPSHOT"));
|
.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