Update Gradle Enterprise plugin to 3.9

This commit is contained in:
Jerome Prinet 2022-04-14 10:21:53 +02:00 committed by Rob Winch
parent b1233d053f
commit da7db704eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.8.1"
id "com.gradle.enterprise" version "3.9"
id "io.spring.ge.conventions" version "0.0.7"
}