Upgrade to Spring Doc Resources 0.2.1.RELEASE
Closes gh-20958
This commit is contained in:
		
							parent
							
								
									939bb87a02
								
							
						
					
					
						commit
						7a4fa7ee3e
					
				| 
						 | 
				
			
			@ -112,7 +112,7 @@ class AsciidoctorConventions {
 | 
			
		|||
	private UnzipDocumentationResources createUnzipDocumentationResourcesTask(Project project) {
 | 
			
		||||
		Configuration documentationResources = project.getConfigurations().maybeCreate("documentationResources");
 | 
			
		||||
		documentationResources.getDependencies()
 | 
			
		||||
				.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.0.RELEASE"));
 | 
			
		||||
				.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.1.RELEASE"));
 | 
			
		||||
		UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
 | 
			
		||||
				UnzipDocumentationResources.class);
 | 
			
		||||
		unzipResources.setResources(documentationResources);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue