1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix Gradle Deprecation Warnings

This commit is contained in:
Lars Grefer
2021-11-20 02:21:46 +01:00
committed by Marcus Da Coregio
parent aa1ef46d84
commit ccd30607a9
2 changed files with 1 additions and 3 deletions
@@ -25,7 +25,7 @@ public class DocsPlugin implements Plugin<Project> {
group = 'Distribution'
archiveBaseName = project.rootProject.name
archiveClassifier = 'docs'
description = "Builds -${classifier} archive containing all " +
description = "Builds -${archiveClassifier.get()} archive containing all " +
"Docs for deployment at docs.spring.io"
from(project.tasks.api.outputs) {