Upgrade to Gradle Enterprise 3.8.1

Closes gh-27942
This commit is contained in:
Jerome Prinet 2022-01-17 15:18:14 +01:00 committed by Sam Brannen
parent 420c4f3df3
commit 71f7469578
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.7.2"
id "io.spring.ge.conventions" version "0.0.7"
id "com.gradle.enterprise" version "3.8.1"
id "io.spring.ge.conventions" version "0.0.9"
}
include "spring-aop"