Skip to content

Commit

Permalink
Upgrade to Spring Doc Resources 0.2.5
Browse files Browse the repository at this point in the history
Fixes gh-24146
  • Loading branch information
bclozel committed Dec 7, 2020
1 parent 64d4648 commit d2895e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private void makeAllWarningsFatal(Project project) {
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.4"));
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.5"));
UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
UnzipDocumentationResources.class);
unzipResources.setResources(documentationResources);
Expand Down

0 comments on commit d2895e7

Please sign in to comment.