Update to Gradle 6.6.1

Use version ordering feature

Closes gh-9122
This commit is contained in:
Rob Winch
2020-10-12 16:09:55 -05:00
committed by Josh Cummings
parent 02645b8c82
commit 3d9e5d4bc3
5 changed files with 12 additions and 19 deletions

View File

@@ -10,6 +10,8 @@ plugins {
id "io.spring.ge.conventions" version "0.0.6"
}
enableFeaturePreview("VERSION_ORDERING_V2")
rootProject.name = 'spring-security'
FileTree buildFiles = fileTree(rootDir) {