Update Gradle Enterprise Gradle Plugin

This commit is contained in:
Nelson Osacky 2021-01-12 13:42:28 +01:00 committed by Rob Winch
parent f4d78d00ef
commit 06b748c9c2
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.2"
id "io.spring.ge.conventions" version "0.0.6"
id "com.gradle.enterprise" version "3.5.1"
id "io.spring.ge.conventions" version "0.0.7"
}
enableFeaturePreview("VERSION_ORDERING_V2")