mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Fix Gradle Deprecation Warnings
This commit is contained in:
parent
aa1ef46d84
commit
ccd30607a9
@ -25,7 +25,7 @@ public class DocsPlugin implements Plugin<Project> {
|
|||||||
group = 'Distribution'
|
group = 'Distribution'
|
||||||
archiveBaseName = project.rootProject.name
|
archiveBaseName = project.rootProject.name
|
||||||
archiveClassifier = 'docs'
|
archiveClassifier = 'docs'
|
||||||
description = "Builds -${classifier} archive containing all " +
|
description = "Builds -${archiveClassifier.get()} archive containing all " +
|
||||||
"Docs for deployment at docs.spring.io"
|
"Docs for deployment at docs.spring.io"
|
||||||
|
|
||||||
from(project.tasks.api.outputs) {
|
from(project.tasks.api.outputs) {
|
||||||
|
@ -10,8 +10,6 @@ plugins {
|
|||||||
id "io.spring.ge.conventions" version "0.0.7"
|
id "io.spring.ge.conventions" version "0.0.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
enableFeaturePreview("VERSION_ORDERING_V2")
|
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user