Skip to content

Commit ccd3060

Browse files
larsgrefermarcusdacoregio
authored andcommitted
Fix Gradle Deprecation Warnings
1 parent aa1ef46 commit ccd3060

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/DocsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class DocsPlugin implements Plugin<Project> {
2525
group = 'Distribution'
2626
archiveBaseName = project.rootProject.name
2727
archiveClassifier = 'docs'
28-
description = "Builds -${classifier} archive containing all " +
28+
description = "Builds -${archiveClassifier.get()} archive containing all " +
2929
"Docs for deployment at docs.spring.io"
3030

3131
from(project.tasks.api.outputs) {

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ plugins {
1010
id "io.spring.ge.conventions" version "0.0.7"
1111
}
1212

13-
enableFeaturePreview("VERSION_ORDERING_V2")
14-
1513
dependencyResolutionManagement {
1614
repositories {
1715
mavenCentral()

0 commit comments

Comments
 (0)