File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
buildSrc/src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ private void createAsciidoctorExtensionsConfiguration(Project project) {
96
96
ConfigurationContainer configurations = project .getConfigurations ();
97
97
Configuration asciidoctorExtensions = configurations .maybeCreate (EXTENSIONS_CONFIGURATION );
98
98
asciidoctorExtensions .getDependencies ().add (project .getDependencies ()
99
- .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-SNAPSHOT " ));
99
+ .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-M1 " ));
100
100
Configuration dependencyManagement = configurations .findByName ("dependencyManagement" );
101
101
if (dependencyManagement != null ) {
102
102
asciidoctorExtensions .extendsFrom (dependencyManagement );
You can’t perform that action at this time.
0 commit comments