Fix Gradle Deprecation Warnings
This commit is contained in:
parent
ba5a68ec63
commit
5c012dc7eb
|
@ -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) {
|
||||
|
|
|
@ -10,8 +10,6 @@ plugins {
|
|||
id "io.spring.ge.conventions" version "0.0.7"
|
||||
}
|
||||
|
||||
enableFeaturePreview("VERSION_ORDERING_V2")
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in New Issue