Browse Source

Update Gradle Enterprise Plugin versions

Closes gh-26374
pull/26385/head
Nelson Osacky 4 years ago committed by Brian Clozel
parent
commit
ea4fe7eaf7
  1. 4
      settings.gradle

4
settings.gradle

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

Loading…
Cancel
Save